You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro
I have a tray icon app that can be accessed by clicking the start button and then clicking on the tray icon to open the window for the app, the app is running this globalmousekeyhook to detect if someone clicks outside the window so that it can then be hidden, but if I do this with Call of Duty Black Ops 6 running, when clicking on the game, no click events are raised, as if the game was never interacted with.
Steps to reproduce
Open a game fullscreen
Press the Windows key
Click on the volume control tray icon causing the flyout window to appear
Click on the fullscreen game
Expected result
The tray icon app should receive an event saying the mouse was clicked on the fullscreen game.
Actual result
No event was raised.
OS
Windows 10
globalmousekeyhook version
5.7.1
The text was updated successfully, but these errors were encountered:
Intro
I have a tray icon app that can be accessed by clicking the start button and then clicking on the tray icon to open the window for the app, the app is running this globalmousekeyhook to detect if someone clicks outside the window so that it can then be hidden, but if I do this with Call of Duty Black Ops 6 running, when clicking on the game, no click events are raised, as if the game was never interacted with.
Steps to reproduce
Expected result
The tray icon app should receive an event saying the mouse was clicked on the fullscreen game.
Actual result
No event was raised.
OS
Windows 10
globalmousekeyhook version
5.7.1
The text was updated successfully, but these errors were encountered: