MCPcopy 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
82float Adjustment::GetMinorStep() const {
83 return m_minor_step;
84}
85
86void Adjustment::SetMinorStep( float new_minor_step ) {
87 m_minor_step = new_minor_step;

Callers 5

GetStepMethod · 0.80
HandleMouseMoveEventMethod · 0.80
HandleMouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected