foxxyz / loupedeck

Node.js API for Loupedeck Controllers
MIT License
87 stars 10 forks source link

feat: Track touch ID's and emit touchstart events #2

Closed foxxyz closed 3 years ago

foxxyz commented 3 years ago

Would be useful to emit touchstart events in addition to touch and touchend.

Implementing this would also help with touch disambiguation as the device seems to track touch IDs in case of multiple touches.