MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetAbsolutePosition

Method GetAbsolutePosition

src/SFGUI/Viewport.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136sf::Vector2f Viewport::GetAbsolutePosition() const {
137 return sf::Vector2f( .0f, .0f );
138}
139
140Adjustment::Ptr Viewport::GetHorizontalAdjustment() const {
141 return m_horizontal_adjustment;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected