Current section

Files

Jump to
sprocket include sprocket@html@events_KeyEvent.hrl
Raw

include/sprocket@html@events_KeyEvent.hrl

-record(key_event, {
key :: binary(),
code :: binary(),
ctrl_key :: boolean(),
shift_key :: boolean(),
alt_key :: boolean(),
meta_key :: boolean()
}).