Click or drag to resize

InputEventIsActionReleased Method

Returns true if the given action is released (i.e. not pressed). Not relevant for events of type InputEventMouseMotion or InputEventScreenDrag.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsActionReleased(
	string action
)

Parameters

action
Type: SystemString

[Missing <param name="action"/> documentation for "M:Godot.InputEvent.IsActionReleased(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputEvent.IsActionReleased(System.String)"]

See Also