| 134 | } |
| 135 | |
| 136 | sf::Vector2f Viewport::GetAbsolutePosition() const { |
| 137 | return sf::Vector2f( .0f, .0f ); |
| 138 | } |
| 139 | |
| 140 | Adjustment::Ptr Viewport::GetHorizontalAdjustment() const { |
| 141 | return m_horizontal_adjustment; |
nothing calls this directly
no outgoing calls
no test coverage detected