Fullscreen mouse pointer workaround now only applied when the PCem window is in focus.
This commit is contained in:
parent
4a279b8452
commit
096f498be3
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ void mainthread(LPVOID param)
|
|||
leave_fullscreen_flag = 0;
|
||||
SendMessage(ghwnd, WM_LEAVEFULLSCREEN, 0, 0);
|
||||
}
|
||||
if (video_fullscreen)
|
||||
if (video_fullscreen && infocus)
|
||||
{
|
||||
SetCursorPos(9999, 9999);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue