mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Windows: Fixed cursor clipping when loosing focus
This commit is contained in:
parent
1b2f59d7ed
commit
e76fd53950
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ final class WindowsDisplay implements DisplayImplementation {
|
|||
} else if (isFullscreen) {
|
||||
showWindow(getHwnd(), SW_SHOWMINNOACTIVE);
|
||||
resetDisplayMode();
|
||||
}
|
||||
} else
|
||||
checkCursorClip();
|
||||
inAppActivate = false;
|
||||
}
|
||||
private static native void showWindow(long hwnd, int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue