ENet

Owns the loader, logging, keyboard state... This object is passed around to other ENet wrapper objects to ensure library loading.

Constructors

this
this(Logger logger)

Loads DerelictENet and initializes the ENet library.

Destructor

~this
~this()

Deinitializes the ENet library and unloads DerelictENet.

Members

Functions

close
deprecated void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_logger
Logger _logger;
Undocumented in source.

Meta