1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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

@@ -86,6 +86,7 @@ protected:
void _notification(int p_what);
bool _was_pressed_by_mouse() const;
void _accessibility_action_click(const Variant &p_data);
GDVIRTUAL0(_pressed)
GDVIRTUAL1(_toggled, bool)