Open vitling opened 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.
mousedown
mouseup
mousemove
pointerdown, pointerup, and pointermove would probably be what works equally well with mouse, touch, stylus, and other potential pointer devices.
pointerdown
pointerup
pointermove
I suspect my assumption that
mousedown
,mouseup
andmousemove
events translate 1-1 to touch screen devices to make draggable controls is false.