InputEventWithModifiers
Inherited By: InputEventGesture, , InputEventMouse
Base class for keys events with modifiers.
Contains keys events information with modifiers support like or Alt
. See Node._input.
Default |
|
Setter | set_alt(value) |
Getter | get_alt() |
State of the Alt
modifier.
- command
State of the modifier.
- bool control
Default |
|
Setter | |
Getter | get_control() |
State of the Ctrl
modifier.
State of the Meta
modifier.
- shift
Default | |
Setter | set_shift(value) |
Getter | get_shift() |
State of the Shift
modifier.