mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Accessibility: Prefer toggle action to press action for checkable items
This commit is contained in:
parent
f429647ae9
commit
12b7a8f9d1
7 changed files with 17 additions and 7 deletions
|
|
@ -418,6 +418,7 @@ constexpr NameAndRole accessibilityRoles[]
|
|||
{ "Ignored", AccessibilityRole::ignored },
|
||||
{ "Unspecified", AccessibilityRole::unspecified },
|
||||
{ "Button", AccessibilityRole::button },
|
||||
{ "Toggle", AccessibilityRole::toggleButton },
|
||||
{ "ComboBox", AccessibilityRole::comboBox },
|
||||
{ "Slider", AccessibilityRole::slider },
|
||||
{ "Static Text", AccessibilityRole::staticText },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue