Searched refs:accFloat (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | acc.cpp | 28 nn::hid::AccelerationFloat accFloat; in DrawFrame() local 29 m_AccReader.ConvertToAcceleration(&accFloat, 1, &accStatus); in DrawFrame() 31 mp_RenderSystem->DrawText(0, 200, "Gx : % .2lf", accFloat.x); in DrawFrame() 32 mp_RenderSystem->DrawText(0, 210, "Gy : % .2lf", accFloat.y); in DrawFrame() 33 mp_RenderSystem->DrawText(0, 220, "Gz : % .2lf", accFloat.z); in DrawFrame()
|