mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-19 19:54:40 +01:00
Fix Mouse.isInsideWindow() when starting in fullscreen mode
This commit is contained in:
parent
549f07fd28
commit
abeb9f389c
|
|
@ -153,6 +153,7 @@ final class MacOSXDisplay implements DisplayImplementation {
|
|||
}
|
||||
|
||||
native_mode = nIsNativeMode(peer_handle);
|
||||
mouseInsideWindow = true;
|
||||
|
||||
if (!native_mode) {
|
||||
robot = AWTUtil.createRobot(canvas);
|
||||
|
|
|
|||
Loading…
Reference in a new issue