MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetFixedScrollBar

Method SetFixedScrollBar

ogsr_engine/xrGame/ui/UIScrollView.cpp:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void CUIScrollView::SetFixedScrollBar(bool b) { m_flags.set(eFixedScrollBar, b); }
181
182void CUIScrollView::Draw()
183{

Callers 3

SetVertScrollFunction · 0.80
InitScrollViewMethod · 0.80
InitComboBoxMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected