Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

InputEventShortcut

Eredita: InputEvent < Resource < RefCounted < Object

Rappresenta una Shortcut attivata da tastiera.

Descrizione

InputEventShortcut è un evento speciale che può essere ricevuto in Node._unhandled_key_input(). Viene in genere inviato dalla Tavolozza dei comandi dell'editor per attivare azioni, ma può anche essere inviato manualmente tramite Viewport.push_input().

Proprietà

Shortcut

shortcut


Descrizioni delle proprietà

Shortcut shortcut 🔗

La Shortcut rappresentata da questo evento. Il suo metodo Shortcut.matches_event() restituirà sempre true per questo evento.