InputEvent

Input event (keypress)

Members

Functions

hasMod
bool hasMod(Mod m)

Checks if key has modifier m

isKey
bool isKey(Input b)

Checks if two inputs are same

opEquals
bool opEquals(Input b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()

Returns hash

Variables

key
Key key;

Pressed key

mod
uint mod;
Undocumented in source.
state
ButtonState state;
Undocumented in source.

Meta