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

Method getCenter

src/SFML/Graphics/View.cpp:99–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98////////////////////////////////////////////////////////////
99Vector2f View::getCenter() const
100{
101 return m_center;
102}
103
104
105////////////////////////////////////////////////////////////

Callers 8

Rect.test.cppFile · 0.80
View.test.cppFile · 0.80
ViewMethod · 0.80
updateMethod · 0.80
ensureGeometryUpdateMethod · 0.80
handleMousePressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected