Click or drag to resize

InputMapActionEraseEvent Method

Removes an InputEvent from an action.

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

Parameters

action
Type: SystemString

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

event
Type: GodotInputEvent

[Missing <param name="event"/> documentation for "M:Godot.InputMap.ActionEraseEvent(System.String,Godot.InputEvent)"]

See Also