Browse Source

removed handlePlatformEvent

Andrew Karpushin 10 years ago
parent
commit
dfa7b8eca9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      gameplay/src/PlatformAndroid.cpp

+ 0 - 2
gameplay/src/PlatformAndroid.cpp

@@ -768,8 +768,6 @@ static int32_t engine_handle_input(struct android_app* app, AInputEvent* event)
         return 1;
     }
 
-    Game::getInstance()->handlePlatformEvent(event);
-
     int32_t deviceId = AInputEvent_getDeviceId(event);
     int32_t source = AInputEvent_getSource(event);