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