HomeSort by relevance Sort by last modified time
    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