InputEventAction

Inherits: InputEvent < Resource < Reference < Object

Category: Core

Brief Description

Input event type for actions.

Properties

Stringaction
boolpressed

Description

Contains a generic action which can be targeted from several type of inputs. Actions can be created from the project settings menu Project > Project Settings > Input Map. See Node._input.

Tutorials

Property Descriptions

Setterset_action(value)
Getterget_action()

The action’s name. Actions are accessed via this String.


Setterset_pressed(value)
Getteris_pressed()

If true, the action’s state is pressed. If false, the action’s state is released.