fixed gyro typo

This commit is contained in:
devl0rd 2020-04-28 17:40:26 -06:00
parent 74d129f74c
commit e6b6e5d17b

View file

@ -352,7 +352,7 @@ function handleGyroMouse(hid, playerNumber) {
robot.moveMouse(mx, my);
}
if (RJoyX || RJoyY) {
robot.scrollMouse(LJoyX, LJoyY);
robot.scrollMouse(RJoyX, RJoyY);
}
if (inputStates.ZR) {
if (!leftClicking) {