mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
once more - iterating on this is annoying
This commit is contained in:
@@ -74,6 +74,9 @@ Cocoa_MouseTapCallback(CGEventTapProxy proxy, CGEventType type, CGEventRef event
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
case kCGEventTapDisabledByUserInput:
|
case kCGEventTapDisabledByUserInput:
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user