screenReaderStatusChanged
Event invoked on the main thread when the user turns the screen reader on or off.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Event
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
public static event Action<bool> screenReaderStatusChanged
Remarks
Subscribe to this event to activate your AccessibilityHierarchy (see _activeHierarchy) and if you need to customize your application's interface for screen reader users.
You can also use _isScreenReaderEnabled to determine whether the screen reader is turned on or off.