KeyBinding

Undocumented in source.

Constructors

this
this(ushort keymod, uint keycode, uint devicenumber, string ID, uint devicetype)
Undocumented in source.

Members

Functions

conflID
bool conflID(KeyBinding a)
Undocumented in source. Be warned that the author may not have intended to support it.
conflKey
bool conflKey(KeyBinding a)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(KeyBinding s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ID
string ID;
devicenumber
Uint32 devicenumber;
devicetype
Uint32 devicetype;
Undocumented in source.
keycode
Uint32 keycode;
Undocumented in source.
keymod
Uint16 keymod;
Undocumented in source.

Meta