Base accessibility API.

This commit is contained in:
Pāvels Nadtočajevs
2025-03-21 16:42:23 +02:00
parent af2c713971
commit b106dfd4f9
124 changed files with 7631 additions and 181 deletions

View File

@@ -90,6 +90,13 @@
If [param exact_match] is [code]false[/code], it ignores additional input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events.
</description>
</method>
<method name="get_action_description" qualifiers="const">
<return type="String" />
<param index="0" name="action" type="StringName" />
<description>
Returns the human-readable description of the given action.
</description>
</method>
<method name="get_actions">
<return type="StringName[]" />
<description>