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

Method isRepeated

src/SFML/Graphics/Texture.cpp:883–886  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

881
882////////////////////////////////////////////////////////////
883bool Texture::isRepeated() const
884{
885 return m_isRepeated;
886}
887
888
889////////////////////////////////////////////////////////////

Callers 3

Font.test.cppFile · 0.45
Texture.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected