Butter-smooth joystick input

- Handle joysticks separately from buttons and triggers
- Joysticks now get updated 1000 times per second
This commit is contained in:
Martin Prokoph
2024-07-21 21:37:46 +02:00
parent 86c96c8a3e
commit abcbf20eaf
3 changed files with 51 additions and 17 deletions

View File

@@ -367,7 +367,7 @@ public class MidnightControlsConfig extends MidnightConfig {
leftDeadZone = 0.25;
invertRightYAxis = false;
invertRightXAxis = false;
rotationSpeed = 40.0;
rotationSpeed = 35.0;
yAxisRotationSpeed = rotationSpeed;
mouseSpeed = 25.0;
unfocusedInput = false;