once more - iterating on this is annoying

Sam Lantinga 2016-11-26 10:26:36 -08:00
parent 51ccc9ed8c
commit 7f764bd8d3
1 changed files with 3 additions and 0 deletions

View File

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