mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Base accessibility API.
This commit is contained in:
parent
af2c713971
commit
b106dfd4f9
124 changed files with 7631 additions and 181 deletions
|
|
@ -152,6 +152,18 @@
|
|||
Returns [code]true[/code] if a node added to the given group [param name] exists in the tree.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_accessibility_enabled" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if accessibility features are enabled, and accessibility information updates are actively processed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_accessibility_supported" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if accessibility features are supported by the OS and enabled in project settings.
|
||||
</description>
|
||||
</method>
|
||||
<method name="notify_group">
|
||||
<return type="void" />
|
||||
<param index="0" name="group" type="StringName" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue