Click or drag to resize

InputEventIsAction Method

Returns true if this input event matches a pre-defined action of any type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsAction(
	string action
)

Parameters

action
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputEvent.IsAction(System.String)"]

See Also