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

Method setInvisible

source/windowing/StarButtonWidget.cpp:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void ButtonWidget::setInvisible(bool invisible) {
377 m_invisible = invisible;
378}
379
380RectI ButtonWidget::getScissorRect() const {
381 if (m_pressed || (m_checked && !m_hasCheckedImages)) {

Callers 1

buttonHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected