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

Method active

source/windowing/StarWidget.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool Widget::active() const {
248 return m_visible;
249}
250
251bool Widget::interactive() const {
252 return true;

Callers 7

contentBoundRectMethod · 0.45
makeWidgetCallbacksMethod · 0.45
getPaneAtMethod · 0.45
getAllPanesMethod · 0.45
renderMethod · 0.45
updateMethod · 0.45
sendEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected