Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetLower
Method
GetLower
src/SFGUI/Adjustment.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
float Adjustment::GetLower() const {
55
return m_lower;
56
}
57
58
void Adjustment::SetLower( float new_lower ) {
59
m_lower = new_lower;
Callers
9
IsHorizontalScrollbarVisible
Method · 0.80
IsVerticalScrollbarVisible
Method · 0.80
UpdateAdjustmentFromText
Method · 0.80
GetSliderRect
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
GetSliderRect
Method · 0.80
HandleMouseButtonEvent
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected