Explorar o código

once more - iterating on this is annoying

Sam Lantinga %!s(int64=9) %!d(string=hai) anos
pai
achega
7f764bd8d3
Modificáronse 1 ficheiros con 3 adicións e 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;
     }