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