XOutput icon indicating copy to clipboard operation
XOutput copied to clipboard

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

Open questionsix opened this issue 2 years ago • 1 comments

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

questionsix avatar Jun 07 '23 09:06 questionsix

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        
},

imedox avatar Jul 14 '23 13:07 imedox