mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Merge pull request #114449 from ndarilek/a11y-regions
GUI: Add accessibility region role for landmark navigation
This commit is contained in:
@@ -1708,6 +1708,7 @@ void DisplayServer::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(ROLE_TITLE_BAR);
|
||||
BIND_ENUM_CONSTANT(ROLE_DIALOG);
|
||||
BIND_ENUM_CONSTANT(ROLE_TOOLTIP);
|
||||
BIND_ENUM_CONSTANT(ROLE_REGION);
|
||||
|
||||
BIND_ENUM_CONSTANT(POPUP_MENU);
|
||||
BIND_ENUM_CONSTANT(POPUP_LIST);
|
||||
|
||||
Reference in New Issue
Block a user