SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSiOSOrientationDelegate.h
Go to the documentation of this file.
1 #ifndef SENS_IOSORIENTATION_DELEGATE_H
2 #define SENS_IOSORIENTATION_DELEGATE_H
3 
4 @interface SENSiOSOrientationDelegate : NSObject
5 
6 - (BOOL)start;
7 - (void)stop;
8 
9 @property (nonatomic, assign) std::function<void(float, float, float, float)> updateCB;
10 
11 @end
12 
13 #endif
typedef void(SL_STDCALL *cbOnImGuiBuild)(SLScene *s
Callback function typedef for ImGui build function.
std::function< void(float, float, float, float)> updateCB