pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
TextInputListener.textInputKeyEvent
PixelPerfectEngine
system
input
interfaces
TextInputListener
Passes text input key events to the target, e.g. cursor keys.
interface
TextInputListener
void
textInputKeyEvent
(
uint
timestamp
,
uint
windowID
,
TextInputKey
key
,
ushort
modifier
)
Meta
Source
See Implementation
PixelPerfectEngine
system
input
interfaces
TextInputListener
functions
dropTextInput
initTextInput
textEditingEvent
textInputEvent
textInputKeyEvent
Passes text input key events to the target, e.g. cursor keys.