Skip to content
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

After configuring the button/joystick at once, there is a problem of the joystick not being centered (reverse joystick not being centered) #784

Open
questionsix opened this issue Jun 7, 2023 · 1 comment

Comments

@questionsix
Copy link

In fact, there was a problem with the right joystick not being centered in the recently updated version 3.31, and after I tried to calibrate the joystick independently, it worked normally. However, at this time, the reverse joystick will again experience the joystick not being centered

@imedox
Copy link

imedox commented Jul 14, 2023

tray to read issues section to find solution next time befor open new issues.

centered Key R-joystick Z,S,Q,D keys for example.

"RX": {
  "Mappers": [
   {
       "InputDevice": "Keyboard",
       "InputType": "60",
       "MinValue": 0.5,
       "MaxValue": -0.5,
       "Deadzone": 0.0
   },
   {
       "InputDevice": "Keyboard",
       "InputType": "47",
       "MinValue": 0.0,
       "MaxValue": 2.0,
       "Deadzone": 0.0
   }
 ],
 "CenterPoint": 0.0
},
"RY": {
  "Mappers": [
   {
       "InputDevice": "Keyboard",
       "InputType": "62",
       "MinValue": 0.5,
       "MaxValue": -0.5,
       "Deadzone": 0.0
   },
   {
       "InputDevice": "Keyboard",
       "InputType": "69",
       "MinValue": 0.0,
       "MaxValue": 2.0,
       "Deadzone": 0.0
   }
 ],
 "CenterPoint": 0.0        
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants