InputEventWithModifiers

Inherits: InputEvent < Resource < Reference < Object

Inherited By: InputEventGesture, InputEventKey, InputEventMouse

Category: Core

Brief Description

Base class for keys events with modifiers.

Description

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

Tutorials

Property Descriptions

Setter set_alt(value)
Getter get_alt()

State of the Alt modifier.


Setter set_command(value)
Getter get_command()

State of the Command modifier.


Setter set_control(value)
Getter get_control()

State of the Ctrl modifier.


Setter set_metakey(value)
Getter get_metakey()

State of the Meta modifier.


Setter set_shift(value)
Getter get_shift()

State of the Shift modifier.