Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ position
Method
position
source/windowing/StarWidget.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
Vec2I Widget::position() const {
51
return m_position + m_drawingOffset;
52
}
53
54
Vec2I Widget::relativePosition() const {
55
return m_position;
Callers
9
sendEvent
Method · 0.45
positionOfSlot
Method · 0.45
constructImpl
Method · 0.45
spinnerHandler
Method · 0.45
update
Method · 0.45
determineSizeFromChildren
Method · 0.45
bringPaneAdjacent
Method · 0.45
inDragArea
Method · 0.45
cursorRelativeToPane
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected