static CrossPlatformInputManager()
 {
     #if MOBILE_INPUT
     virtualInput = new MobileInput ();
     #else
     virtualInput = new StandaloneInput();
     #endif
 }
Exemple #2
0
        static CrossPlatformInputManager()
        {
#if MOBILE_INPUT
            virtualInput = new MobileInput();
#else
            virtualInput = new StandaloneInput();
#endif
        }
 static CrossPlatformInputManager()
 {
     virtualInput = new StandaloneInput();
 }
        static CrossPlatformInputManager()
        {

            virtualInput = new StandaloneInput();
        }