Home
last modified time | relevance | path

Searched defs:tChuckReport (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
Dwiimote.h100 struct tChuckReport struct
102 unsigned char mStickX;
103 unsigned char mStickY;
104 unsigned char mAccelX;
105 unsigned char mAccelY;
106 unsigned char mAccelZ;
107 bool mButtonC;
108 bool mButtonZ;
109 void Init() in Init()