Current section

Files

Jump to
etch include etch@event_MouseEvent.hrl
Raw

include/etch@event_MouseEvent.hrl

-record(mouse_event, {
kind :: etch@event:mouse_event_kind(),
column :: integer(),
row :: integer(),
modifiers :: etch@event:modifiers()
}).