public void handleInput() {
   if (Game.ANDROID) androidInput();
   gs.handleInput();
 }