Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.0 FF
-
None
Description
Javascript Pointer events are the new input device API. It encompasses mouse, pen and touch inputs.
https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events
NOTE: Pointer events are not available in Web Workers.
This would refactor our current separate handling of mouse and touch events.