Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setOnEnterKeyCallback
Method
setOnEnterKeyCallback
source/windowing/StarTextBoxWidget.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void TextBoxWidget::setOnEnterKeyCallback(WidgetCallbackFunc onEnterKey) {
230
m_onEnterKey = onEnterKey;
231
}
232
233
void TextBoxWidget::setOnEscapeKeyCallback(WidgetCallbackFunc onEscapeKey) {
234
m_onEscapeKey = onEscapeKey;
Callers
1
textboxHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected