-
Notifications
You must be signed in to change notification settings - Fork 115
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
Mac OS X: location of mouse pointer triggers hot corners #472
Comments
I suspect this is happening because attract programmatically locates the mouse pointer to the lower right corner of the screen prior to starting the emulator (MAME, in my case), which then triggers the screen saver. What's worse is that if password-on-awake is enabled ( |
I confirm this behavior - and many thanks for this hint, this is actually why Attract Mode was not launching MAME. As a workaround I disabled the Hot Corner and Attract Mode/MAME works now :-). |
- The frontend tries to obscure the mouse pointer when launching an emulator by moving it to the bottom right corner on launch - This can trigger 'hot corners' on Mac OS X and other OSs - Added the "move_mouse_on_launch" setting to attract.cfg, controlling whether the FE tries to move the mouse in this manner (defaults to 'no' on OS X, 'yes' otherwise)
This has been an issue in the past as well: 302110a#diff-fe220e33dd437766526be4116ebd76b1 I've added a "move_mouse_on_launch" setting to attract.cfg allowing you to control this in the future. |
Confirmed! Option is available and mouse no longer moves into the Hot Corner. This is when you continue with your attract.cfg over the time...many thanks! |
Steps to reproduce:
System Preferences > Desktop & Screen Saver > Screen Saver > Hot Corners...
Start Screen Saver
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: