InputHandler

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addTextInputListener
void addTextInputListener(string ID, TextInputListener til)
Undocumented in source. Be warned that the author may not have intended to support it.
captureEvent
void captureEvent(string proposedID, bool delOldOnEvent, bool delConflKeys, bool exitOnSysKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
startTextInput
void startTextInput(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
stopTextInput
void stopTextInput(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

setXInput
setXInput(bool state)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

al
AxisListener[] al;
Undocumented in source.
il
InputListener[] il;
joyAxes
int[] joyAxes;
Undocumented in source.
joyButtons
int[] joyButtons;
joyHats
int[] joyHats;
Undocumented in source.
joyNames
string[] joyNames;
Undocumented in source.
joysticks
SDL_Joystick*[] joysticks;
Undocumented in source.
kb
KeyBinding[] kb;
Undocumented in source.
ml
MouseListener[] ml;
Undocumented in source.
sel
SystemEventListener[] sel;
Undocumented in source.
tl
TextInputListener[string] tl;
Undocumented in source.

Inherited Members

From TextInputHandler

startTextInput
void startTextInput(string ID)
Undocumented in source.
stopTextInput
void stopTextInput(string ID)
Undocumented in source.
addTextInputListener
void addTextInputListener(string ID, TextInputListener til)
Undocumented in source.

Meta