Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setPressed
Method
setPressed
source/windowing/StarScrollArea.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void ScrollThumb::setPressed(bool pressed) {
63
m_pressed = pressed;
64
}
65
66
void ScrollThumb::mouseOver() {
67
setHovered(true);
Callers
1
sendEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected