vitling / acid-banger

The Endless Acid Banger
1.18k stars 62 forks source link

[bug] dials cannot be turned on touch-screen devices #7

Open vitling opened 3 years ago

vitling commented 3 years ago

I suspect my assumption that mousedown, mouseup and mousemove events translate 1-1 to touch screen devices to make draggable controls is false.

ygra commented 3 years ago

pointerdown, pointerup, and pointermove would probably be what works equally well with mouse, touch, stylus, and other potential pointer devices.