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

Method setPosition

examples/text/Text.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void setPosition(const sf::Vector2f& position)
76 {
77 text.setPosition(position);
78 update();
79 }
80
81 void setLineAlignment(sf::Text::LineAlignment lineAlignment)
82 {

Callers 15

mainFunction · 0.45
WaveBlurMethod · 0.45
updateMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
ApplicationMethod · 0.45
runMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected