InputEventWithModifiers¶
Inherits: InputEvent < Resource < Reference < Object
Inherited By: InputEventGesture, InputEventKey, InputEventMouse
Base class for keys events with modifiers.
Description¶
Contains keys events information with modifiers support like Shift or Alt. See Node._input.
Tutorials¶
Properties¶
|
||
|
||
|
||
|
||
|
Property Descriptions¶
bool alt = false
State of the Alt modifier.
bool command = false
State of the Command modifier.
bool control = false
State of the Ctrl modifier.
bool meta = false
State of the Meta modifier.
bool shift = false
State of the Shift modifier.