Crate accesskit_macos

Source

Structs§

Adapter
NSArray
NSObject
The root class of most Objective-C class hierarchies.
QueuedEvents
Events generated by a tree update.
SubclassingAdapter
Uses dynamic Objective-C subclassing to implement the NSView accessibility methods when normal subclassing isn’t an option.

Functions§

add_focus_forwarder_to_window_class
Modifies the specified class, which must be a subclass of NSWindow, to include an accessibilityFocusedUIElement method that calls the corresponding method on the window’s content view. This is needed for windowing libraries such as SDL that place the keyboard focus directly on the window rather than the content view.

Type Aliases§

NSPoint
A point in a Cartesian coordinate system.