Browse Source

Fix macOS cursor jumping to corner on first titlebar click

shinyquagsire23 3 years ago
parent
commit
6a7b63802c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/video/cocoa/SDL_cocoawindow.m

+ 1 - 0
src/video/cocoa/SDL_cocoawindow.m

@@ -465,6 +465,7 @@ Cocoa_UpdateClipCursor(SDL_Window * window)
     pendingWindowOperation = PENDING_OPERATION_NONE;
     isMoving = NO;
     isDragAreaRunning = NO;
+    pendingWindowWarpX = pendingWindowWarpY = INT_MAX;
 
     center = [NSNotificationCenter defaultCenter];