MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / lastNonIdleTime

Method lastNonIdleTime

Telegram/SourceFiles/core/application.cpp:1294–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292}
1293
1294crl::time Application::lastNonIdleTime() const {
1295 return std::max(
1296 base::Platform::LastUserInputTime().value_or(0),
1297 _lastNonIdleTime);
1298}
1299
1300rpl::producer<> Application::inAppKeyPressed() const {
1301 return _inAppKeyPressed.events();

Callers 7

checkAutoLockMethod · 0.95
checkLastInputMethod · 0.80
setupContentMethod · 0.80
setupContentMethod · 0.80
updateOnlineMethod · 0.80
checkIdleFinishMethod · 0.80
feedUpdateMethod · 0.80

Calls 1

value_orMethod · 0.80

Tested by

no test coverage detected