nn::hid::CTR::AccelerationFloat Structurestruct AccelerationFloat
{
f32 x;
f32 y;
f32 z;
};
Structure used to store the acceleration (in g's) from the accelerometers.
| x | X-coordinate (-1.81 ≤ x ≤ 1.81). Note: This range may change in the future. |
|
|---|---|---|
| y | Y-coordinate (-1.81 ≤ y ≤ 1.81). Note: This range may change in the future. |
|
| z | Z-coordinate (-1.81 ≤ z ≤ 1.81). Note: This range may change in the future. |
CONFIDENTIAL