SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSiOSOrientation.h
Go to the documentation of this file.
1 #ifndef SENS_IOSORIENTATION_H
2 #define SENS_IOSORIENTATION_H
3 
4 #include <SENSOrientation.h>
6 
8 {
9 public:
11 
12  bool start() override;
13  void stop() override;
14 
15 private:
16  //callback from delegate
17  void updateOrientation(float quatX,
18  float quatY,
19  float quatZ,
20  float quatW);
21 
23 };
24 
25 #endif
void stop() override
void updateOrientation(float quatX, float quatY, float quatZ, float quatW)
bool start() override
SENSiOSOrientationDelegate * _orientationDelegate