InputManager

Handles input and processes them in InputHooks.

Constructors

this
this(GameManager game)
Undocumented in source.

Members

Functions

registerInputHook
void registerInputHook(InputHook hook)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
sendInputEventMessage
void sendInputEventMessage(size_t type, InputData data)
Undocumented in source. Be warned that the author may not have intended to support it.
stopInputThread
void stopInputThread()

Sends a THREAD_SIGNAL_STOP signal to the Thread.

Properties

game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
running
bool running [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta