Current section

Files

Jump to
etch include etch@event_KeyEvent.hrl
Raw

include/etch@event_KeyEvent.hrl

-record(key_event, {
code :: etch@event:key_code(),
modifiers :: etch@event:modifiers(),
kind :: etch@event:key_event_kind(),
state :: etch@event:key_event_state(),
text :: binary()
}).