MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetMajorStep

Method GetMajorStep

src/SFGUI/Adjustment.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90float Adjustment::GetMajorStep() const {
91 return m_major_step;
92}
93
94void Adjustment::SetMajorStep( float new_major_step ) {
95 m_major_step = new_major_step;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected