MacOS: Make VICE GTK discoverable for accessibility apps
Versatile Commodore Emulator
Brought to you by:
blackystardust,
gpz
Does it work with other GTK based apps? If not, then there is probably very little we can do about it.
Yes, there are no problems with other GTK apps. VICE is the only app I know that doesn't show up in Alttab. (and the SDL version works fine).
OK. What VICE does different (probably) is, that the actual rendered image (the emulated screen) is rendered with a custom GL overlay (because GTK cant do this properly). If that is the problem.... no idea if/how it can be fixed. @dqh will have to take a look.
What exactly does 'not working' mean here? VICE uses standard GTK things to create the UI, with the exception of the emulated user interface which on all platforms is a native child window which is then rendered with OpenGL or DirectX. So there's no chance of the emulated system text console being understood by this thing (if it doesn't do OCR) but the rest of the UI should at least work if GTK things generally do.