MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / simulateUserActivity

Method simulateUserActivity

src/input.cpp:2245–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243}
2244
2245void InputRedirection::simulateUserActivity()
2246{
2247 const auto idleDetectors = m_idleDetectors; // the detector list can potentially change
2248 for (IdleDetector *idleDetector : idleDetectors) {
2249 idleDetector->activity();
2250 }
2251}
2252
2253void InputRedirection::addIdleDetector(IdleDetector *detector)
2254{

Callers 1

notifyActivityMethod · 0.45

Calls 1

activityMethod · 0.45

Tested by

no test coverage detected