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

Method IsDecreaseStepperPressed

src/SFGUI/SpinButton.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool SpinButton::IsDecreaseStepperPressed() const {
68 return m_decrease_pressed;
69}
70
71bool SpinButton::IsIncreaseStepperPressed() const {
72 return m_increase_pressed;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected