-
I used to have this code in my Uno 5.6 start up code to capture pointer movements (it's to turn on the backlight of a screen on a RPi device) and it worked fine:
With Uno 6 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@HakanL unfortunately this API is no longer available in WinUI and because of multi-window handling we had to follow suit. Are you aware of a replacement in WinUI that would provide the same functionality? If yes, we can add it too. Alternatively we can add Uno-specific API |
Beta Was this translation helpful? Give feedback.
Actually found that there is a deeper issue that cause both pointer and keyboard events to not be raised properly. Creating a proper issue for this.