Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Not working with fullscreen games such as call of duty bo6 #195

Open
BonnieSoftware opened this issue Feb 14, 2025 · 0 comments
Open

Comments

@BonnieSoftware
Copy link

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

  1. Open a game fullscreen
  2. Press the Windows key
  3. Click on the volume control tray icon causing the flyout window to appear
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant