Fix macOS cursor jumping to corner on first titlebar click
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 New Issue