MCPcopy 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
261float SpinButton::GetStep() const {
262 return m_adjustment->GetMinorStep();
263}
264
265void SpinButton::SetStep( float step ) {
266 m_adjustment->SetMinorStep( step );

Callers

nothing calls this directly

Calls 1

GetMinorStepMethod · 0.80

Tested by

no test coverage detected