Fix the Joy-Con's big brother - If your in-game character is moving when you’re not touching the left stick, or your aiming is slow or limited in one or mo...
boolean stickUp = false; boolean stickDown = true; boolean stickLeft = false; boolean stickRight = true; XInput.setJoystick(JOY_LEFT, stickUp, stickDown, stickLeft, stickRight); Version 1.2.0 also adds functions to manipulate the joystick axes separately, in case you’re mapping independent...