Module bevy_internal::a11y
source · Expand description
Integrate with platform accessibility APIs.
Modules
Structs
- Component to wrap a
accesskit::Node
, representing this entity to the platform’s accessibility API. - Plugin managing non-GUI aspects of integrating with accessibility APIs.
- Resource that tracks whether an assistive technology has requested accessibility information.
- Wrapper struct for
accesskit::ActionRequest
. Required to allow it to be used as anEvent
. - Resource representing which entity has keyboard focus, if any.
- Resource whose value determines whether the accessibility tree is updated via the ECS.
Enums
- Set enum for the systems relating to accessibility