Current section
Files
Jump to
Current section
Files
include/plushie@event_KeyEvent.hrl
-record(key_event, {
event_type :: plushie@event:key_event_type(),
window_id :: binary(),
key :: binary(),
modified_key :: binary(),
modifiers :: plushie@event:modifiers(),
physical_key :: gleam@option:option(binary()),
location :: plushie@event:key_location(),
text :: gleam@option:option(binary()),
repeat :: boolean(),
captured :: boolean()
}).