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

Method context

source/windowing/StarWidget.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28GuiContext* Widget::context() const {
29 return m_context;
30}
31
32void Widget::render(RectI const& region) {
33 if (!m_visible)

Callers 4

handlePacketsMethod · 0.80
makeQuestCallbacksMethod · 0.80
evalMethod · 0.80
makeWidgetCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected