Closed rxhanson closed 4 years ago
The three finger drag actually posts a down click when three fingers are on the trackpad and an up click when the fingers leave. The down and up click are not distinguishable from a physical click. In order for three finger click to work, the physical down and up clicks are discarded and replaced with the functionality assigned in Multitouch. Therefore, Multitouch is always going to discard three finger drag down clicks.
The only way to work around this would be to implement three finger drag in Multitouch, and a user would use that instead of Apple's. That work might not be put into Multitouch any time soon.
I actually took a look at this one again, and there's really no elegant way to implement three finger drag as a 3rd party dev. Closing this one out since there's nothing I can do beyond the warning that's currently in the app.
This might not be something I can fix. You may just have to disable three finger click and use a different gesture if you still want macOS three finger drag.