SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSAndroidOrientation.h
Go to the documentation of this file.
1 #ifndef SENS_ANDROID_ORIENTATION_H
2 #define SENS_ANDROID_ORIENTATION_H
3 
4 #include <SENSOrientation.h>
5 #include <jni.h>
6 
8 {
9 public:
11  void init(bool granted){};
12 
13  bool start() override;
14  void stop() override;
15 
16  void updateOrientation(const Quat& orientation);
17 };
18 
19 #endif
void updateOrientation(const Quat &orientation)