Base accessibility API.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-21 16:42:23 +02:00
parent af2c713971
commit b106dfd4f9
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
124 changed files with 7631 additions and 181 deletions

View file

@ -148,6 +148,12 @@
Returns the drag data from the GUI, that was previously returned by [method Control._get_drag_data].
</description>
</method>
<method name="gui_get_drag_description" qualifiers="const">
<return type="String" />
<description>
Returns the drag data human-readable description.
</description>
</method>
<method name="gui_get_focus_owner" qualifiers="const">
<return type="Control" />
<description>
@ -180,6 +186,13 @@
Removes the focus from the currently focused [Control] within this viewport. If no [Control] has the focus, does nothing.
</description>
</method>
<method name="gui_set_drag_description">
<return type="void" />
<param index="0" name="description" type="String" />
<description>
Sets the drag data human-readable description.
</description>
</method>
<method name="is_input_handled" qualifiers="const">
<return type="bool" />
<description>