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()
Undocumented in source.

Members

Functions

close
void close()

Deinitializes the ENet library and unloads DerelictENet.

Variables

_logger
Logger _logger;
Undocumented in source.

Meta