Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
WaveBlur
Method · 0.45
update
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Application
Method · 0.45
run
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
update
Function · 0.50
Tested by
no test coverage detected