Hello, what's the best Way to handle touch user input? in order to build a simple directional (up,right,down,left) control.
The touches only have type 'move', 'long-press', etc.
Is there a Way the touches gives the orientation natively?
Adding event types like 'move-left', etc.