Central Z axis

This commit is contained in:
CTurt 2014-12-09 18:36:06 +00:00
parent 81a972020c
commit 27c8df10b9

View file

@ -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;