-
Notifications
You must be signed in to change notification settings - Fork 494
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
Mouse cursor cannot move to monitors above the game in fullscreen #270
Comments
Yes, it can be moved to 2 and 3. I did not think of this earlier, but monitor 4 is not connected to the graphics card like monitors 1-3 are and is instead connected via a USB C cable, perhaps this is part of the issue? |
I'm using MonitorFromPoint to find the monitors that the cursor can be moved to, maybe this API can't detect monitor 4. In order to find out the problem, please do some tests. |
In addition, Magpie appears to have the same issue when the game is running on monitor 4: the mouse cursor is unable to travel downwards to monitor 1 (but it can travel rightwards to monitor 2). |
Thanks, that was the issue. As a suggestion, it would prevent such issues if there was functionality of moving the cursor even with gaps, although it is not particularly important as I suspect this is not a common issue. |
I'll fix it soon, thanks for the report! |
Magpie version 程序版本
0.8.0
Windows version 系统版本
Windows 10 Enterprise 19043.1415
Related screenshot (optional) 相关截图(可选)
Reproduction steps 复现步骤
Log files 日志文件
Magpie.log
The text was updated successfully, but these errors were encountered: