tick method

void tick()

Implementation

void tick() {
  input.tick();
  scene.sceneUpdate(input);
  scene.rootObject.updateAll(input);
}