pixelperfectengine v0.10.0-beta.4 (2021-12-11T23:19:07Z)
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.