once more - iterating on this is annoying
This commit is contained in:
parent
7e7f8e1aa6
commit
b91bde8a00
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue