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

Method IsDecreaseStepperPressed

src/SFGUI/Scrollbar.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool Scrollbar::IsDecreaseStepperPressed() const {
74 return m_decrease_pressed;
75}
76
77bool Scrollbar::IsIncreaseStepperPressed() const {
78 return m_increase_pressed;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected