InputManager

Undocumented in source.

Constructors

this
this(EventManager em)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Bindings
alias Bindings = DynamicArray!Binding
Undocumented in source.

Functions

addBindings
void addBindings(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBindings
void clearBindings(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getAxis
float getAxis(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getButton
bool getButton(Binding binding)
Undocumented in source. Be warned that the author may not have intended to support it.
getButton
bool getButton(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getButtonDown
bool getButtonDown(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getButtonUp
bool getButtonUp(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bindings
Dict!(Bindings, string) bindings;
Undocumented in source.
config
Configuration config;
Undocumented in source.
eventManager
EventManager eventManager;
Undocumented in source.

Meta