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
When using... custom:JV_buttonDirection="horizontal"
the joystick onMoveListener(int angle, int strength) always returns angle=~100, strength=0
The angle is 0 at center and 100 at both sides, instead of eg left to right
(left) -100 .. 0 .. 100 (right)
So how can i know which direction the user was pushing the handle in (left or right)?
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
In case you did not figure it yet.
The joystick should return 180° on the left direction and 0° on the right direction.
Could you send the complete configuration of the joystick (so I can reproduce the error)?
It could be in XML (such as the one below) or in Java.
When using...
custom:JV_buttonDirection="horizontal"
the joystick onMoveListener(int angle, int strength) always returns angle=~100, strength=0
The angle is 0 at center and 100 at both sides, instead of eg left to right
So how can i know which direction the user was pushing the handle in (left or right)?
The text was updated successfully, but these errors were encountered: