When attaching to any UI element I would expect to get keyboard events, however something must be stealing / blocking them. To make sure events are working, I'm now always attaching to the Windows window, but this may not be sufficient for cases where a developer only wants to capture events when a particular view is in focus.
When attaching to any UI element I would expect to get keyboard events, however something must be stealing / blocking them. To make sure events are working, I'm now always attaching to the Windows window, but this may not be sufficient for cases where a developer only wants to capture events when a particular view is in focus.