MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ScopedCursor

Method ScopedCursor

Win32Lib/Win32Lib.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378ScopedCursor::ScopedCursor(HCURSOR hCursor) :
379 m_hCursor(::SetCursor(hCursor))
380{
381}
382
383ScopedCursor::ScopedCursor(ScopedCursor&& sc) :
384 m_hCursor(sc.m_hCursor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected