Hacker News new | ask | show | jobs
by riskable 3533 days ago
In anticipation of this day I added support for PointerEvents to HumanInput months ago:

https://github.com/liftoff/HumanInput

It really is a superior way to handle mouse and touch (and stylus!) events. If you look at pointer.js in the repo you can see how much simpler it is to handle PointerEvents VS the combination of traditional mouse and touch events.