Gets the G force for each axis.
#include <bps/accelerometer.h>
BPS_API int accelerometer_read_forces(double *x,
double *y,
double *z) BPS_DEPRECATED
BlackBerry 10.0.0
The G force for the x axis.
The G force for the y axis.
The G force for the z axis.
Deprecated:
Use the Sensor API (bps/sensor.h).
BPS_SUCCESS or BPS_FAILURE