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

Method IsIncreaseStepperPressed

src/SFGUI/SpinButton.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool SpinButton::IsIncreaseStepperPressed() const {
72 return m_increase_pressed;
73}
74
75void 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() ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected