| 41 | } |
| 42 | |
| 43 | sf::Vector2f Viewport::CalculateRequisition() { |
| 44 | return sf::Vector2f( 0.f, 0.f ); |
| 45 | } |
| 46 | |
| 47 | void Viewport::HandleSizeChange() { |
| 48 | auto allocation = GetAllocation(); |
nothing calls this directly
no outgoing calls
no test coverage detected