Expand description
Helpers for mapping window entities to accessibility types
Structs§
- Access
KitAdapters - Maps window entities to their
AccessKit
Adapter
s. - Access
KitPlugin - Implements winit-specific
AccessKit
functionality. - Winit
Action Request Handler - Forwards
AccessKit
ActionRequest
s from winit to an event channel. - Winit
Action Request Handlers - Maps window entities to their respective
ActionRequest
s.
Constants§
- ACCESS_
KIT_ ADAPTERS - Temporary storage of access kit adapter data to replace usage of
!Send
resources. This will be replaced with proper storage of!Send
data after issue #17667 is complete.