You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The joystick is only drawn during a mousedown and mousemove event. It is not constantly drawn because that would use up a lot of ressources, which is not very efficient. However, after some time of inactivity, the joystick disappears and only reappears when you click on it.
The text was updated successfully, but these errors were encountered:
The joystick is only drawn during a mousedown and mousemove event. It is not constantly drawn because that would use up a lot of ressources, which is not very efficient. However, after some time of inactivity, the joystick disappears and only reappears when you click on it.
The text was updated successfully, but these errors were encountered: