InputEventAction

Inherits: InputEvent < Resource < Reference < Object

Category: Core

Brief Description

Input event type for actions.

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

Setter set_action(value)
Getter get_action()

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


Setter set_pressed(value)
Getter is_pressed()

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