Click or drag to resize

ShortCutShortcut Property

The shortcut's InputEvent.

Generally the InputEvent is a keyboard key, though it can be any InputEvent.

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

Property Value

Type: InputEvent
See Also