Explorar el Código

once more - iterating on this is annoying

Sam Lantinga hace 9 años
padre
commit
7f764bd8d3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/video/cocoa/SDL_cocoamousetap.m

+ 3 - 0
src/video/cocoa/SDL_cocoamousetap.m

@@ -74,6 +74,9 @@ Cocoa_MouseTapCallback(CGEventTapProxy proxy, CGEventType type, CGEventRef event
                 return NULL;
             }
         case kCGEventTapDisabledByUserInput:
+            {
+                return NULL;
+            }
         default:
             break;
     }