mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
stop updating cursor all the time and only continue animation if mouse is inside window
This commit is contained in:
parent
bbe74afddb
commit
663a7cf235
2 changed files with 1 additions and 2 deletions
|
|
@ -761,7 +761,6 @@ final class WindowsDisplay implements DisplayImplementation {
|
|||
private static native int defWindowProc(long hwnd, int msg, long wParam, long lParam);
|
||||
|
||||
private void checkCursorState() {
|
||||
updateCursor();
|
||||
updateClipping();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue