Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setDrawingOffset
Method
setDrawingOffset
source/windowing/StarWidget.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void Widget::setDrawingOffset(Vec2I const& offset) {
78
m_drawingOffset = offset;
79
}
80
81
RectI Widget::getScissorRect() const {
82
return screenBoundRect();
Callers
3
drawChildren
Method · 0.80
render
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected