Matt Campbell

Results 95 comments of Matt Campbell

Yes, plugging things into winit is what I'd prefer, because that way AccessKit could handle D-Bus events on the main thread, possibly with access to the same mutable application state...

The `accesskit_winit` update for winit 0.30 is released now.

You can see how to properly handle all the `accesskit_winit` events in [this branch](https://github.com/mwcampbell/egui/tree/accesskit-new-lazy-init) that I never got around to completing and submitting as a PR because, at the time,...

I updated egui [on this branch](https://github.com/mwcampbell/egui/tree/accesskit-new-lazy-init) to work with an AccessKit refactor that I plan to release soon, and I noticed a cargo deny problem: AccessKit uses objc2 0.5.0, icrate...

#4849 fixed this.

@LPGhatguy I'm the main developer of AccessKit, and I just came across this issue. I'm glad to read that accessibility is a priority for you. If you want to see...

@sebastiano-barrera Assuming you're still using my accesskit-0.14-winit-0.29 branch of egui, try using `cargo update -p accesskit` to update the AccessKit dependencies to the latest commit on AccessKit's winit-0.29-backport branch. I...

I can give remote access to my machine running Sequoia if that would help. You can email me at [email protected].

I just want to mention that this is important for accessibility, particularly for blind users. This isn't strictly necessary for screen reader accessibility, because screen readers have commands to navigate...

Would this be a precursor to being able to build icrate with fewer bindings for large frameworks like AppKit? The AppKit feature currently enables several bindings that AccessKit, for example,...