Handle UIA Events?

Windows specific forum
Ty1003
User
User
Posts: 31
Joined: Thu May 14, 2020 10:31 pm

Handle UIA Events?

Post by Ty1003 »

Just for the hell of it, I've been working on a screen reader in PB (don't ask why). Currently it (well once I un-break TTS), reads foreground window when it changes. However, I know that I'm going to need to handle UIA/MSAA/IAccessible2/etc. events. Does PB have WinAPI functions wrapped for this purpose?
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: Handle UIA Events?

Post by Mijikai »

U need interfaces for this, look how they are defined/created (ex. iaccessible2.h) and translate them to PB - no easy task gl.
Post Reply