Click or drag to resize

InputEventKeyEcho Property

If true, the key was already pressed before this event. It means the user is holding the key down.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Echo { get; set; }

Property Value

Type: Boolean
See Also