MCPcopy 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
225void TextBoxWidget::setOnBlurCallback(WidgetCallbackFunc onBlur) {
226 m_onBlur = onBlur;
227}
228
229void TextBoxWidget::setOnEnterKeyCallback(WidgetCallbackFunc onEnterKey) {
230 m_onEnterKey = onEnterKey;

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected