Chris Ballinger
Chris Ballinger
We are seeing this as well, good to see that there are some workarounds.
Are you using Xcode 11?
@robbiet480 FWIW this PR is required on Xcode 11 GM as well
After further investigation I think this is unavoidable because I don't think it's possible to distinguish between mouse gesture events and touchbar events without first creating the `NSEvent`.
I made a very similar patch on a branch that I threw away :) The hard part will be figuring out how to filter mouse gestures vs touchpad gestures from...
I tested this branch briefly in the profiler. The good news: * There's no more `eventWithCGEvent` bottleneck * There are no visible bottlenecks in the profiler at all coming from...
Okay great! I'll look into making a patch sometime soon.
Would you be okay with me splitting the current default sound into separate touch down / touch up sounds by default? Right now the current behavior is to play a...
I guess to avoid license issues for shipping a modified version of that file I could figure out a nice timestamp for splitting that specific file and do it once...
Got the sound file splitting to work! Still have a bunch of other stuff to do, but it already sounds/feels great. Progress so far: https://github.com/niw/HapticKey/compare/master...chrisballinger:sound-submenu