PointerEvents and TouchEvents on DragDrop, improved modifier keys support, misc bugfixes and expanded tests
Added PointerEvents to all interactions (except Right Click)
- Interrogates the environment at start-time for browser compatibility with Pointer and Touch events
- Pointer Events are now triggered (if appropriate) for dblclick, drag, move (etc)
- Touch Events are now triggered (if appropriate) for dblclick, drag, move (etc)
Fixed modifier key "Ctrl", added support for modifier keys "Alt" and "Meta"
Misc other bugfixes and added tests.
Let me know if you run into any issues (kdillon in Gitter chat), thanks!