Click or drag to resize

InputEventIsActionType Method

Returns true if this input event's type is one that can be assigned to an input action.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputEvent.IsActionType"]

See Also