MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setVerticalScroll

Method setVerticalScroll

source/windowing/StarScrollArea.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void ScrollArea::setVerticalScroll(bool vertical) {
326 m_verticalScroll = vertical;
327}
328
329bool ScrollArea::sendEvent(InputEvent const& event) {
330 if (!m_visible)

Callers 1

scrollAreaHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected