Click or drag to resize

InputActionRelease Method

If the specified action is already pressed, this will release it.

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

Parameters

action
Type: SystemString

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

See Also