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

Method GetLower

src/SFGUI/Adjustment.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54float Adjustment::GetLower() const {
55 return m_lower;
56}
57
58void Adjustment::SetLower( float new_lower ) {
59 m_lower = new_lower;

Callers 9

GetSliderRectMethod · 0.80
HandleMouseMoveEventMethod · 0.80
GetSliderRectMethod · 0.80
HandleMouseMoveEventMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected