Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@platform@opentui@effect_KeyEvent.hrl
Raw

include/agnostic@platform@opentui@effect_KeyEvent.hrl

-record(key_event, {
key :: binary(),
ctrl :: boolean(),
shift :: boolean(),
meta :: boolean(),
option :: boolean()
}).