[add] first
This commit is contained in:
12
Libraries/RegisterFeatures.cpp
Normal file
12
Libraries/RegisterFeatures.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#include "RegisterFeatures.h"
|
||||
|
||||
extern "C" void UnityEnableGyroscope(bool value);
|
||||
extern "C" void UnityEnableStylusTouch(bool value);
|
||||
|
||||
void RegisterFeatures()
|
||||
{
|
||||
UnityEnableGyroscope(false);
|
||||
UnityEnableStylusTouch(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user