mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Accessibility: Added InternalAccessibilityEvent::elementMovedOrResized
This commit is contained in:
parent
cdf3b619d8
commit
d1b669e6ae
4 changed files with 16 additions and 9 deletions
|
|
@ -34,6 +34,7 @@ enum class InternalAccessibilityEvent
|
|||
{
|
||||
elementCreated,
|
||||
elementDestroyed,
|
||||
elementMovedOrResized,
|
||||
focusChanged,
|
||||
windowOpened,
|
||||
windowClosed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue