| 69 | } |
| 70 | |
| 71 | bool SpinButton::IsIncreaseStepperPressed() const { |
| 72 | return m_increase_pressed; |
| 73 | } |
| 74 | |
| 75 | void SpinButton::HandleMouseButtonEvent( sf::Mouse::Button button, bool press, int x, int y ) { |
| 76 | float border_width( Context::Get().GetEngine().GetProperty<float>( "BorderWidth", shared_from_this() ) ); |
nothing calls this directly
no outgoing calls
no test coverage detected