Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void ScrollArea::setVerticalScroll(bool vertical) {
326
m_verticalScroll = vertical;
327
}
328
329
bool ScrollArea::sendEvent(InputEvent const& event) {
330
if (!m_visible)
Callers
1
scrollAreaHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected