OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCalibratedChuckAcceleration
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h
40
void
GetCalibratedChuckAcceleration
(float & x, float & y, float &z) const;
wiimote.cpp
356
GetCalibratedChuckAcceleration
(cX,cY,cZ);
523
void cWiiMote::
GetCalibratedChuckAcceleration
(float & x, float & y, float &z) const
OISWiiMote.cpp
162
mWiiMote.
GetCalibratedChuckAcceleration
(newEvent.nunChuckx, newEvent.nunChucky, newEvent.nunChuckz);
Completed in 41 milliseconds