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

Method GetPageSize

src/SFGUI/Adjustment.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98float Adjustment::GetPageSize() const {
99 return m_page_size;
100}
101
102void Adjustment::SetPageSize( float new_page_size ) {
103 m_page_size = new_page_size;

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected