-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Add missing ApplicationServices bindings #7536
Comments
There's no concrete plans (as someone currently working on them) to add those API. IIRC (I'm no expert on the subject) those are API to create applications that use/control accessibility than providing accessibility itself, right ? Feel free to contribute bindings/samples for them, your contributions would be welcome :) |
Are there resources on how to contribute bindings? I'd very much like this as well. |
It looks like this is C-based API (and not Objective-C), in which case the binding workflow would go something like this:
|
Is there any news about this or has anyone already managed to use AXUIElement in .Net? |
If anyone is still interested, I have implemented bindings for the very limited set of APIs from the All constructive feedback and contributions are welcome. I hope that the code will eventually be mature enough to be integrated into the standard library. |
There is a lot of accessibility-related APIs existing in Application Services framework that does not have bindings to them in Xamarin.Mac. For example, I cannot find any binding for AXUIElement which can be used to directly access accessibility features for other applications.
It there any plans for adding those bindings?
The text was updated successfully, but these errors were encountered: