mirror of
https://github.com/DevL0rd/SkyNX
synced 2025-02-16 17:28:23 +00:00
fixed gyro typo
This commit is contained in:
parent
74d129f74c
commit
e6b6e5d17b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue