InputMapEventIsAction Method |
Returns true if the given event is part of an existing action. This method ignores keyboard modifiers if the given InputEvent is not pressed (for proper release detection). See ActionHasEvent(String, InputEvent) if you don't want this behavior.
Namespace: Godot
public static bool EventIsAction( InputEvent event, string action )
[Missing <param name="event"/> documentation for "M:Godot.InputMap.EventIsAction(Godot.InputEvent,System.String)"]
[Missing <param name="action"/> documentation for "M:Godot.InputMap.EventIsAction(Godot.InputEvent,System.String)"]
[Missing <returns> documentation for "M:Godot.InputMap.EventIsAction(Godot.InputEvent,System.String)"]