pandemonium_engine_minimal/doc/classes/InputEventShortCut.xml
2023-12-14 23:24:47 +01:00

21 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventShortCut" inherits="InputEvent" version="4.2">
<brief_description>
Represents a triggered keyboard [ShortCut].
</brief_description>
<description>
InputEventShortCut is a special event that can be received in [method Node._unhandled_key_input]. It is typically sent by the editor's Command Palette to trigger actions, but can also be sent manually using [method Viewport.push_input].
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="shortcut" type="ShortCut" setter="set_shortcut" getter="get_shortcut">
The [ShortCut] represented by this event. Its [method ShortCut.matches_event] method will always return [code]true[/code] for this event.
</member>
</members>
<constants>
</constants>
</class>