Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetMinorStep
Method
SetMinorStep
src/SFGUI/Adjustment.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void Adjustment::SetMinorStep( float new_minor_step ) {
87
m_minor_step = new_minor_step;
88
}
89
90
float Adjustment::GetMajorStep() const {
91
return m_major_step;
Callers
7
RecalculateAdjustments
Method · 0.80
SetStep
Method · 0.80
HandleStateChange
Method · 0.80
SetIncrements
Method · 0.80
Run
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64