tick method

void tick()

Advance the spinner to the next frame (manual control).

Implementation

void tick() {
  _useWallClock = false;
  _manualTicks++;
}