MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / msleep

Method msleep

src/utils/clicker.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Clicker::msleep(int ms)
78{
79 _interrupt_sleep_immediately.lock();
80
81 if (_run) {
82 _sleep_timer.wait(&_interrupt_sleep_immediately, ms);
83 }
84
85 _interrupt_sleep_immediately.unlock();
86}
87
88#if defined(Q_OS_WIN)
89void Clicker::leftClick()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected