Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setNextFocus
Method
setNextFocus
source/windowing/StarTextBoxWidget.cpp:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
void TextBoxWidget::setNextFocus(Maybe<String> nextFocus) {
238
m_nextFocus = nextFocus;
239
}
240
241
void TextBoxWidget::setPrevFocus(Maybe<String> prevFocus) {
242
m_prevFocus = prevFocus;
Callers
1
textboxHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected