So i have these events to tint player to red if cursor or touch is left from CameraX (center of screen)
And to green if it is right from it
Now it works perfectly fine on mobile if i have Move mouse cursor when touching screen disabled (or by default set to yes)
https://games.gdevelop-app.com/game-749b6c8f-1976-478c-96ee-7e22cf66487f/index.html
Try on mobile and it works just fine
Now if i enable last event
So mouse is not moving anymore with touches
https://games.gdevelop-app.com/game-3f774575-0f9d-452e-ad00-65ff263b97b2/index.html
It automatically tint player to red (left from center of screen)
Even so i did not made any touch
But clicking anywhere on right or left do not tint player to green
How do i get it to work?
Do i need some additional condition?