-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option follow
to the joystick
#13
Comments
Hi @yoannmoinet , is this implemented? Thanks for your work! |
No it's not. I don't think this is needed or required by anyone after all. Do you need it? What would be your use-case? |
Thanks @yoannmoinet , what I'm trying to achieve, that I think would improve the user experience, is the following: Lets say the user takes the joystick and goes up surpassing the threshold with its finger because it wants go up very fast. Then, it want to decrease the velocity a little bit, and moves the finger slowly down but, as the finger is already out of the threshold, it is not going to do anything until it reaches the threshold. So to avoid this what I would want is that the joystick would be responsive to the finger/mouse even if it is outside the threshold, because in a screen the user gets out of it many times wihtout noticing. One way to achieve this is by doing the joystick to follow your finger/mouse when you surpass the threshold. |
Working on this myself currently. A good example of this type of feature can be found in the mobile game Brawl Stars. I saw a WIP implementation here, any interest in this picking back up? |
It is being implemented in #160 |
This will make the joystick follow the finger/cursor when going farther than the back circle.
This way, it will allow to have a revert movement way faster and shorter than with a fixed joystick.
The text was updated successfully, but these errors were encountered: