浏览代码

cocoa: Removed a debug printf call.

Ryan C. Gordon 3 年之前
父节点
当前提交
ceb9e9a809
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/video/cocoa/SDL_cocoawindow.m

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

@@ -1166,7 +1166,6 @@ Cocoa_SendMouseButtonClicks(SDL_Mouse * mouse, NSEvent *theEvent, SDL_Window * w
     if ( focus && ([theEvent window] == ((SDL_WindowData *) focus->driverdata)->nswindow) ) {
         rc = SDL_SendMouseButtonClicks(window, mouseID, state, button, clicks);
     } else {
-printf("BACKGROUND CLICK!\n"); fflush(stdout);
         const int orig_x = mouse->x;
         const int orig_y = mouse->y;
         const NSPoint point = [theEvent locationInWindow];