Struct InputEventWithModifiers
Base class for keys events with modifiers.
struct InputEventWithModifiers
;
Contains keys events information with modifiers support like Shift
or Alt
. See Node
.
Properties
Name | Type | Description |
---|---|---|
alt [get, set]
|
bool | State of the Alt modifier.
|
command [get, set]
|
bool | State of the Command modifier.
|
control [get, set]
|
bool | State of the Ctrl modifier.
|
meta [get, set]
|
bool | State of the Meta modifier.
|
shift [get, set]
|
bool | State of the Shift modifier.
|
Methods
Name | Description |
---|---|
getAlt
|
|
getCommand
|
|
getControl
|
|
getMetakey
|
|
getShift
|
|
setAlt
|
|
setCommand
|
|
setControl
|
|
setMetakey
|
|
setShift
|