Current section
Files
Jump to
Current section
Files
include/plushie@event_Modifiers.hrl
-record(modifiers, {
shift :: boolean(),
ctrl :: boolean(),
alt :: boolean(),
logo :: boolean(),
command :: boolean()
}).