pixelperfectengine v0.9.1-rc1 (2017-01-19T23:09:27Z)
Dub
Repo
TextInputHandler
PixelPerfectEngine
system
inputHandler
Undocumented in source.
interface
TextInputHandler {
void
startTextInput
(string ID);
void
stopTextInput
(string ID);
void
addTextInputListener
(string ID, TextInputListener til);
}
Members
Functions
addTextInputListener
void
addTextInputListener
(string ID, TextInputListener til)
Undocumented in source.
startTextInput
void
startTextInput
(string ID)
Undocumented in source.
stopTextInput
void
stopTextInput
(string ID)
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
system
inputHandler
classes
ForceFeedbackHandler
InputHandler
enums
Devicetype
InputKey
interfaces
AxisListener
InputListener
MouseListener
MovementListener
SystemEventListener
TextInputHandler
TextInputListener
structs
KeyBinding