| 38 | } |
| 39 | |
| 40 | CDynamicCursors::CDynamicCursors() { |
| 41 | this->tick = SP<CEventLoopTimer>(new CEventLoopTimer(std::chrono::microseconds(500), tickRaw, nullptr)); |
| 42 | g_pEventLoopManager->addTimer(this->tick); |
| 43 | } |
| 44 | |
| 45 | CDynamicCursors::~CDynamicCursors() { |
| 46 | // stop and deallocate timer |
nothing calls this directly
no outgoing calls
no test coverage detected