mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
With this change disabled components become discoverable by screen readers, similarly to how OS native user interface components behave by default. The KeyboardFocusTraverser will still skip disabled components so this does not affect keyboard navigation without screen readers. |
||
|---|---|---|
| .. | ||
| juce_CaretComponent.cpp | ||
| juce_CaretComponent.h | ||
| juce_KeyboardFocusTraverser.cpp | ||
| juce_KeyboardFocusTraverser.h | ||
| juce_KeyListener.cpp | ||
| juce_KeyListener.h | ||
| juce_KeyPress.cpp | ||
| juce_KeyPress.h | ||
| juce_ModifierKeys.cpp | ||
| juce_ModifierKeys.h | ||
| juce_SystemClipboard.h | ||
| juce_TextEditorKeyMapper.h | ||
| juce_TextInputTarget.h | ||