![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SENSAndroidOrientation.h>
Public Member Functions | |
| SENSAndroidOrientation () | |
| void | init (bool granted) |
| bool | start () override |
| void | stop () override |
| void | updateOrientation (const Quat &orientation) |
Public Member Functions inherited from SENSOrientation | |
| virtual | ~SENSOrientation () |
| Quat | getOrientation () const |
| bool | isRunning () |
| void | registerListener (SENSOrientationListener *listener) |
| void | unregisterListener (SENSOrientationListener *listener) |
Additional Inherited Members | |
Protected Member Functions inherited from SENSOrientation | |
| void | setOrientation (Quat orientation) |
Protected Attributes inherited from SENSOrientation | |
| bool | _running = false |
Definition at line 7 of file SENSAndroidOrientation.h.
|
inline |
Definition at line 10 of file SENSAndroidOrientation.h.
|
inline |
Definition at line 11 of file SENSAndroidOrientation.h.
|
overridevirtual |
|
overridevirtual |
Implements SENSOrientation.
Definition at line 12 of file SENSAndroidOrientation.cpp.
Definition at line 19 of file SENSAndroidOrientation.cpp.