Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@event_Modifiers.hrl
Raw

include/plushie@event_Modifiers.hrl

-record(modifiers, {
shift :: boolean(),
ctrl :: boolean(),
alt :: boolean(),
logo :: boolean(),
command :: boolean()
}).