Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
bool Chat::hasFocus() const {
147
if (m_scripted)
148
return m_script.invoke<bool>(
"hasFocus"
).value();
149
return m_textBox->hasFocus();
150
}
151
152
void Chat::stopChat() {
153
if (m_scripted)
Callers
3
handleInputEvent
Method · 0.45
preUpdate
Method · 0.45
renderImpl
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected