Merge pull request #114449 from ndarilek/a11y-regions

GUI: Add accessibility region role for landmark navigation
This commit is contained in:
Thaddeus Crews
2026-01-27 15:18:27 -06:00
13 changed files with 57 additions and 2 deletions

View File

@@ -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);