mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 18:21:42 +00:00
Fix macOS cursor jumping to corner on first titlebar click
This commit is contained in:
parent
a35a7d2507
commit
6a7b63802c
@ -465,6 +465,7 @@ Cocoa_UpdateClipCursor(SDL_Window * window)
|
||||
pendingWindowOperation = PENDING_OPERATION_NONE;
|
||||
isMoving = NO;
|
||||
isDragAreaRunning = NO;
|
||||
pendingWindowWarpX = pendingWindowWarpY = INT_MAX;
|
||||
|
||||
center = [NSNotificationCenter defaultCenter];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user