forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Kinc/Backends/System/iOS/Sources/kinc/backend/motion.h
Normal file
11
Kha/Kinc/Backends/System/iOS/Sources/kinc/backend/motion.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#import <UIKit/UIKit.h>
|
||||
// #include <Kt/Input/GyroHandler.h>
|
||||
|
||||
@interface Motion : NSObject <UIAccelerometerDelegate> {
|
||||
// Kt::GyroHandler* gyroHandler;
|
||||
}
|
||||
|
||||
// + (Motion*)the;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user