Changed: #947 fixed set mouse pos in fullscreen on non main monitor
This commit is contained in:
parent
1bfd711681
commit
e0e1d495dc
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ void setMousePos(float x, float y)
|
|||
NSRect firstScreenRect = [[[NSScreen screens] objectAtIndex:0] frame];
|
||||
|
||||
// get the rect (position, size) of the window
|
||||
NSRect windowRect = [g_window frame];
|
||||
NSRect windowRect;
|
||||
if([g_glview isInFullScreenMode])
|
||||
windowRect = [[g_window screen] frame];
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue