mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 18:21:18 +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…
Reference in a new issue