Click or drag to resize

InputEventActionPressed Property

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Pressed { get; set; }

Property Value

Type: Boolean
See Also