JirkaDellOro / FUDGE

Furtwangen University Didactic Game Editor
https://jirkadelloro.github.io/FUDGE
MIT License
33 stars 27 forks source link

Touch #343

Closed JirkaDellOro closed 2 years ago

JirkaDellOro commented 2 years ago

A very important thing is to set touch-action CSS property to none when dealing with touch.

https://usefulangle.com/post/27/javascript-advantage-of-using-pointer-events-over-mouse-touch-events

JirkaDellOro commented 2 years ago

Noted in the comment of the new TouchEventDispatcher class