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

Method onTimerTick

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

Source from the content-addressed store, hash-verified

87}
88
89void ScreenshotApp::onTimerTick() {
90 auto lock = lvgl::getSyncLock()->asScopedLock();
91 if (lock.lock(lvgl::defaultLockTime)) {
92 updateScreenshotMode();
93 }
94}
95
96void ScreenshotApp::onModeSet() {
97 updateScreenshotMode();

Callers

nothing calls this directly

Calls 3

getSyncLockFunction · 0.85
asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected