Mobile Touch Buttons Problem :(

Hi Everyone,

Recently I have implemented button controls for left and right movement on a mobile android game I am developing. I really want to make it so that as the player slides their finger from one button to the other, it deactivates the button and reactivates the other.

As it stands, you have to release your finger completely from the screen.

Any help much appreciated :slight_smile:

That’s a limitation of the current pointer input systems, you would need to craft your own input module to handle that scenario and track “onPointerOver” and “onPointerLeftFocus” events