Touchlib event execution problem
Posted: 05 February 2010 04:32 AM   [ Ignore ]
Rank
Joined  2010-01-31
Total Posts:  2
New Member

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

Profile