Hacker News new | ask | show | jobs
by Solvency 842 days ago
Can you explain technically the hardware difference here? Or is there none and Apple's track firmware/software is just better.
1 comments

Probably some vendor provides the trackpad, and provides a driver for that trackpad, and it recognizes the gesture and then sends Windows a `GestureHappened()` event.

Versus macOS being fully integrated and effectively generating `GestureProgress(0.31)` events.