MCPcopy Create free account
hub / github.com/IENT/YUView / tickAndGetIsExpired

Method tickAndGetIsExpired

YUViewLib/src/ui/PlaybackController.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool CountDown::tickAndGetIsExpired()
63{
64 if (this->tick <= 1)
65 {
66 this->tick = this->initialTicks;
67 return true;
68 }
69 this->tick--;
70 return false;
71}
72
73StopWatch::StopWatch()
74{

Callers 2

goToNextFrameMethod · 0.80
timerEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected