MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / ScreenshotApp

Method ScreenshotApp

Tactility/Source/app/screenshot/Screenshot.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77ScreenshotApp::ScreenshotApp() {
78 updateTimer = std::make_unique<Timer>(Timer::Type::Periodic, 500 / portTICK_PERIOD_MS, [this] {
79 onTimerTick();
80 });
81}
82
83ScreenshotApp::~ScreenshotApp() {
84 if (updateTimer->isRunning()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected