mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Base accessibility API.
This commit is contained in:
parent
af2c713971
commit
b106dfd4f9
124 changed files with 7631 additions and 181 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue