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