Initial commit.

This commit is contained in:
2019-07-01 14:33:21 +02:00
parent 92a04d779e
commit baa2e0279d
1624 changed files with 3204958 additions and 0 deletions
@@ -0,0 +1,12 @@
#include "RegisterFeatures.h"
extern "C" void UnityEnableGyroscope(bool value);
extern "C" void UnityEnableStylusTouch(bool value);
void RegisterFeatures()
{
UnityEnableGyroscope(false);
UnityEnableStylusTouch(false);
}