1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Use the new TimedCallback in the codebase

This commit is contained in:
attila 2024-01-10 12:31:12 +01:00
parent 0611baf1be
commit d810a168eb
5 changed files with 16 additions and 93 deletions

View file

@ -53,6 +53,7 @@ public:
using Timer::startTimerHz;
using Timer::stopTimer;
using Timer::isTimerRunning;
using Timer::getTimerInterval;
private:
void timerCallback() override { callback(); }