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
void
typedef void(SL_STDCALL *cbOnImGuiBuild)(SLScene *s
Callback function typedef for ImGui build function.
SENSiOSOrientationDelegate
Definition:
SENSiOSOrientationDelegate.h:5
-[SENSiOSOrientationDelegate start]
BOOL start()
Definition:
SENSiOSOrientationDelegate.mm:33
SENSiOSOrientationDelegate::updateCB
std::function< void(float, float, float, float)> updateCB
Definition:
SENSiOSOrientationDelegate.h:9
-[SENSiOSOrientationDelegate stop]
void stop()
Definition:
SENSiOSOrientationDelegate.mm:49
modules
sens
source
ios
SENSiOSOrientationDelegate.h
Generated by
1.9.1