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
In cases where the joystick should only move in 2 directions (up and down only or left and right only) it would be nice to have it so the joystick only moves in the two specified directions, so users don't get confused with empty commands.
The text was updated successfully, but these errors were encountered:
you can now give two new props to the joystick component for the same.
Preview
Screen.Recording.2021-10-23.at.8.51.32.PM.mov
Code
This will lock the movement of stick in Y direction so you can only move it vertically. Joystick( label="Joystick", labelPosition="bottom", lockX=False, lockY=True ),
In cases where the joystick should only move in 2 directions (up and down only or left and right only) it would be nice to have it so the joystick only moves in the two specified directions, so users don't get confused with empty commands.
The text was updated successfully, but these errors were encountered: