MCPcopy 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
93void Widget::enableScissoring() {
94 m_doScissor = true;
95}
96
97void Widget::setPosition(Vec2I const& position) {
98 m_position = position;

Callers 1

constructWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected