MCPcopy 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
77void Widget::setDrawingOffset(Vec2I const& offset) {
78 m_drawingOffset = offset;
79}
80
81RectI Widget::getScissorRect() const {
82 return screenBoundRect();

Callers 3

drawChildrenMethod · 0.80
renderMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected