-
Notifications
You must be signed in to change notification settings - Fork 8
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
Analog Sticks? #9
Comments
Aha this is probably caused by a misconfiguration of the axes. In my setup, I use So in your config menu, you should probably try:
right stick:
LT RT:
Why are L2 R2 buttons in the config? The reason I didn't add analog sticks on Android app is because I'm not sure how to implement or design it. |
Okay so after some fiddeling around i somewhat got it working with the (Default) Steering control option: The problem seems to be the mapping reported by the different Wheel app modes: Steering (Default):
Steering (Alternative):
Gamepad:
Considering implementing left/right stick i would probably start with https://github.com/controlwear/virtual-joystick-android and work from there, regarding the actual design maybe something like this: 9000 hours in MSPaint 🤣 |
In fact the three modes on the Android app are using the same mapping. And thanks for sharing the android virtual joystick and creating a design in MSPaint! I really like the design! |
Yep it looks correct |
Hey I've released version 2.3.0 with your design! |
This works great so far, the scaling could definitely be improved, lots of empty space on my screen 😄 Tho its one of the better controller emulator i have tested over the past week, easy setup and works out of the box. Consider putting it on F-Droid so more people can see it: Cheers |
Awesome! Yeah I need to take some time to learn how to fit different Android screen DPIs. |
Btw, I've just updated the Android layout. Hopefully the scaling is better now |
Nice little tool!
I am trying to use this with RPCS3 as a second controller, the left stick works as expect but the right is centered at the bottom left causing e.g. the camera to deadlock rotate:
furthermore where are the GamePad Analog Sticks?
Oddly LT/RT seem to control the X/Y axis of the right stick in that mode:
Cheers
The text was updated successfully, but these errors were encountered: