pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
TextInputListener
PixelPerfectEngine
system
inputHandler
Undocumented in source.
interface
TextInputListener {
void
textInputEvent
(uint timestamp, uint windowID, char[32] text);
void
textInputKeyEvent
(uint timestamp, uint windowID, TextInputKey key, ushort modifier);
void
dropTextInput
();
}
Members
Functions
dropTextInput
void
dropTextInput
()
Undocumented in source.
textInputEvent
void
textInputEvent
(uint timestamp, uint windowID, char[32] text)
Undocumented in source.
textInputKeyEvent
void
textInputKeyEvent
(uint timestamp, uint windowID, TextInputKey key, ushort modifier)
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
system
inputHandler
classes
ForceFeedbackHandler
InputHandler
enums
ButtonState
Devicetype
JoyModifier
KeyModifier
MouseButton
ScanCode
TextInputKey
TextInputType
interfaces
AxisListener
InputListener
MouseListener
MovementListener
SystemEventListener
TextInputHandler
TextInputListener
structs
KeyBinding