Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
Ddinput.h2223 typedef struct DIJOYSTATE2 { struct
2224 LONG lX; /* x-axis position */
2225 LONG lY; /* y-axis position */
2226 LONG lZ; /* z-axis position */
2227 LONG lRx; /* x-axis rotation */
2228 LONG lRy; /* y-axis rotation */
2229 LONG lRz; /* z-axis rotation */
2230 LONG rglSlider[2]; /* extra axes positions */
2254 } DIJOYSTATE2, *LPDIJOYSTATE2; argument