Click or drag to resize

InputIsActionJustReleased Method

Returns true when the user stops pressing the action event, meaning it's true only on the frame that the user released the button.

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

Parameters

action
Type: SystemString

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

Return Value

Type: Boolean

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

See Also