Beispiel #1
0
 @Override
 public void update(
     float delta,
     float touchX,
     float touchY,
     float width,
     float height,
     boolean touched_down,
     boolean fast_press,
     boolean pressed_back_button) {
   simulation.update(delta);
   simulation.variables(
       touchX, touchY, width, height, touched_down, fast_press, pressed_back_button);
 }