Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetStep
Method
GetStep
src/SFGUI/SpinButton.cpp:261–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
float SpinButton::GetStep() const {
262
return m_adjustment->GetMinorStep();
263
}
264
265
void SpinButton::SetStep( float step ) {
266
m_adjustment->SetMinorStep( step );
Callers
nothing calls this directly
Calls
1
GetMinorStep
Method · 0.80
Tested by
no test coverage detected