- alt
bool alt [@property getter]
bool alt [@property setter]
State of the Alt modifier.
- command
bool command [@property setter]
State of the Command modifier.
- command
bool command [@property getter]
State of the Command modifier.
- control
bool control [@property getter]
bool control [@property setter]
State of the Ctrl modifier.
- meta
bool meta [@property getter]
bool meta [@property setter]
State of the Meta modifier.
- shift
bool shift [@property getter]
bool shift [@property setter]
State of the Shift modifier.
Base class for keys events with modifiers.
Contains keys events information with modifiers support like SHIFT or ALT. See Node._input.