pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
TextInputListener.textInputKeyEvent
pixelperfectengine
system
input
interfaces
TextInputListener
Passes text input key events to the target, e.g. cursor keys.
interface
TextInputListener
public
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.