InputEventWithModifiers

Inherits: InputEvent < Resource < Reference < Object

Inherited By: InputEventGesture, InputEventKey, InputEventMouse

Category: Core

Brief Description

Base class for keys events with modifiers.

Properties

boolalt
boolcommand
boolcontrol
boolmeta
boolshift

Description

Contains keys events information with modifiers support like Shift or Alt. See Node._input.

Tutorials

Property Descriptions

Setterset_alt(value)
Getterget_alt()

State of the Alt modifier.


Setterset_command(value)
Getterget_command()

State of the Command modifier.


Setterset_control(value)
Getterget_control()

State of the Ctrl modifier.


Setterset_metakey(value)
Getterget_metakey()

State of the Meta modifier.


Setterset_shift(value)
Getterget_shift()

State of the Shift modifier.