MCPcopy Create free account
hub / github.com/SFML/SFML / Cursor

Method Cursor

src/SFML/Window/Cursor.cpp:42–44  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

40
41////////////////////////////////////////////////////////////
42Cursor::Cursor() : m_impl(std::make_unique<priv::CursorImpl>())
43{
44}
45
46
47////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

loadFromPixelsMethod · 0.45
loadFromSystemMethod · 0.45

Tested by

no test coverage detected