Click or drag to resize

InputEventIsEcho Method

Returns true if this input event is an echo event (only for events of type InputEventKey).

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

Return Value

Type: Boolean

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

See Also