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

Method GetValue

src/SFGUI/Adjustment.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33float Adjustment::GetValue() const {
34 return m_value;
35}
36
37void Adjustment::SetValue( float new_value ) {
38 auto old_value = m_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected