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 behavior of the y-axis for both the left and right joysticks is opposite. I am using left_joystick_float and right_joystick_float. On Windows, I need to set the y_value to 1.0 to move the character forward, but on Linux, I need to set it to -1.0.
The text was updated successfully, but these errors were encountered:
Windows has a very neat way of supporting gamepads, but Linux is messy. We tried to reproduce the evdev events of real DS4 controllers, and depending on the application these events are interpreted differently (for instance, pygame does not properly recognize the order and orientation of axes / buttons of real gamepads on Linux).
The behavior of the y-axis for both the left and right joysticks is opposite. I am using left_joystick_float and right_joystick_float. On Windows, I need to set the y_value to 1.0 to move the character forward, but on Linux, I need to set it to -1.0.
The text was updated successfully, but these errors were encountered: