Click or drag to resize

InputMapActionEraseEvents Method

Removes all events from an action.

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

Parameters

action
Type: SystemString

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

See Also