| 41 | } |
| 42 | |
| 43 | sf::Vector2f Spinner::CalculateRequisition() { |
| 44 | // Make it obvious where the spinner is if the user forgot to set requisition. |
| 45 | return sf::Vector2f( 4.f, 4.f ); |
| 46 | } |
| 47 | |
| 48 | const std::string& Spinner::GetName() const { |
| 49 | static const std::string name( "Spinner" ); |
nothing calls this directly
no outgoing calls
no test coverage detected