Hello
iâm trying to simulate Ă joystick on mobile.
As there is no âdrag directionâ in prototype, I tried something else.
On the middle screen, i have 2 clickable zones, the one on top which redirect to the left screen with âtouch downâ. And the bottom zone, which redirect to the right frame also on âtouch downâ.
Left and right canvas have both a redirection to the middle when i touch up.
This part above is ok. But now, I want to be able to go from left to right and right to left, when i donât âtouch upâ but simply drag to the bottom (or up) and reach the other part of the joystick. I can do it on desktop with rollover, but I donât succeed to do it on mobile.
Is there a way to detect a âwhile hoveringâ but for mobile ? I also tried a âon dragâ on a clickable zone, but itâs not trickeged as Iâm still pressed down.
thanks

