MCPcopy Create free account
hub / github.com/VirtCode/hypr-dynamic-cursors / CDynamicCursors

Method CDynamicCursors

src/cursor.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected