Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ enableScissoring
Method
enableScissoring
source/windowing/StarWidget.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void Widget::enableScissoring() {
94
m_doScissor = true;
95
}
96
97
void Widget::setPosition(Vec2I const& position) {
98
m_position = position;
Callers
1
constructWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected