Current section

Files

Jump to
etch include etch@event_KeyEventState.hrl
Raw

include/etch@event_KeyEventState.hrl

-record(key_event_state, {
keypad :: boolean(),
capslock :: boolean(),
numlock :: boolean()
}).