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

Method loadFromPixels

src/SFML/Window/DRM/CursorImpl.cpp:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34{
35////////////////////////////////////////////////////////////
36bool CursorImpl::loadFromPixels(const std::uint8_t* /*pixels*/, Vector2u /*size*/, Vector2u /*hotspot*/)
37{
38 return false;
39}
40
41
42////////////////////////////////////////////////////////////

Callers 2

CursorMethod · 0.45
createFromPixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected