Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetMinorStep
Method
GetMinorStep
src/SFGUI/Adjustment.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
float Adjustment::GetMinorStep() const {
83
return m_minor_step;
84
}
85
86
void Adjustment::SetMinorStep( float new_minor_step ) {
87
m_minor_step = new_minor_step;
Callers
5
GetStep
Method · 0.80
UpdateAdjustmentFromText
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
HandleMouseButtonEvent
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected