diff --git a/PC/source/joystick.c b/PC/source/joystick.c index 3dbf6b6..cc8a6de 100644 --- a/PC/source/joystick.c +++ b/PC/source/joystick.c @@ -15,7 +15,7 @@ BOOL updateJoystick(int x, int y) { iReport.wAxisX = x; iReport.wAxisY = y; - iReport.wAxisZ = 0; + iReport.wAxisZ = 128 * 128; iReport.wAxisZRot = 0; iReport.wAxisXRot = 0;