Central Z axis
This commit is contained in:
parent
81a972020c
commit
27c8df10b9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue