#include <ubuntu/status.h>
#include <ubuntu/visibility.h>
#include <ubuntu/application/sensors/event/accelerometer.h>
Go to the source code of this file.
Typedefs | |
typedef void | UASensorsAccelerometer |
Opaque type that models the accelerometer. More... | |
typedef void(* | on_accelerometer_event_cb )(UASAccelerometerEvent *event, void *context) |
Callback type used by applications to subscribe to accelerometer events. More... | |