I’m having a problem with the TouchEvent class, some events are also triggered on mousedown (when you first put your finger on the surface) or mouseup (when you take your finger off the surface). This leads to events conflicting. Is there any way I can build a check so that touchevents like mouseover are only triggered when you move the mouse over not when you first put your finger on the surface (mouse down).
I’m experiencing these problems for the following events:
Mouse out
Mouse move
mouse over
