Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool Scrollbar::IsDecreaseStepperPressed() const {
74
return m_decrease_pressed;
75
}
76
77
bool Scrollbar::IsIncreaseStepperPressed() const {
78
return m_increase_pressed;
Callers
2
CreateSpinButtonDrawable
Method · 0.45
CreateScrollbarDrawable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected