Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isHovered
Method
isHovered
source/windowing/StarScrollArea.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool ScrollThumb::isHovered() const {
51
return m_hovered;
52
}
53
54
bool ScrollThumb::isPressed() const {
55
return m_pressed;
Callers
2
update
Method · 0.45
initMultiPlayerMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected