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

Method hasFocus

source/windowing/StarWidget.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool Widget::hasFocus() const {
256 return m_focus;
257}
258
259void Widget::focus() {
260 m_focus = true;

Callers 3

constructImplMethod · 0.45
makeWidgetCallbacksMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected