diff --git a/src/main/kotlin/org/team4099/lib/joystick/XboxOneGamepad.kt b/src/main/kotlin/org/team4099/lib/joystick/XboxOneGamepad.kt index e072509..2967960 100644 --- a/src/main/kotlin/org/team4099/lib/joystick/XboxOneGamepad.kt +++ b/src/main/kotlin/org/team4099/lib/joystick/XboxOneGamepad.kt @@ -38,10 +38,10 @@ class XboxOneGamepad(port: Int) : Joystick(port), Gamepad { get() = this.getRawButton(4) override val leftJoystickButton: Boolean - get() = this.getRawButton(6) + get() = this.getRawButton(9) override val rightJoystickButton: Boolean - get() = this.getRawButton(7) + get() = this.getRawButton(10) override val leftShoulderButton: Boolean get() = this.getRawButton(5)