MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / disableScissoring

Method disableScissoring

source/windowing/StarWidget.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void Widget::disableScissoring() {
90 m_doScissor = false;
91}
92
93void Widget::enableScissoring() {
94 m_doScissor = true;

Callers 10

constructWidgetMethod · 0.80
spinnerHandlerMethod · 0.80
radioGroupHandlerMethod · 0.80
containerHandlerMethod · 0.80
commonMethod · 0.80
QuestTrackerPaneMethod · 0.80
MainInterfaceMethod · 0.80
buildTeamBarMethod · 0.80
QuestLogInterfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected