https://bugs.winehq.org/show_bug.cgi?id=48948
Bug ID: 48948 Summary: EVENT_OBJECT_FOCUS Product: Wine Version: 5.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: contact@jookia.org Distribution: ArchLinux
Created attachment 66925 --> https://bugs.winehq.org/attachment.cgi?id=66925 Test program to print events
In order for NVDA and other assistive technologies to work they need to be able to track focus. This is done using the WinEvent hook EVENT_OBJECT_FOCUS. The hook itself fires whenever focus is changed and contains a reference to the window and accessibility child. Currently this is unimplemented.