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

Method hasFocus

source/frontend/StarChat.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool Chat::hasFocus() const {
147 if (m_scripted)
148 return m_script.invoke<bool>("hasFocus").value();
149 return m_textBox->hasFocus();
150}
151
152void Chat::stopChat() {
153 if (m_scripted)

Callers 3

handleInputEventMethod · 0.45
preUpdateMethod · 0.45
renderImplMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected