Click or drag to resize

InputMapActionAddEvent Method

Adds an InputEvent to an action. This InputEvent will trigger the action.

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

Parameters

action
Type: SystemString

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

event
Type: GodotInputEvent

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

See Also