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

Method setIcon

src/SFML/Graphics/RenderWindow.cpp:71–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

69
70////////////////////////////////////////////////////////////
71void RenderWindow::setIcon(const Image& icon)
72{
73 setIcon(icon.getSize(), icon.getPixelsPtr());
74}
75
76
77////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

getPixelsPtrMethod · 0.80
getSizeMethod · 0.45

Tested by

no test coverage detected