mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Butter-smooth joystick input
- Handle joysticks separately from buttons and triggers - Joysticks now get updated 1000 times per second
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user