MCPcopy 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
229void TextBoxWidget::setOnEnterKeyCallback(WidgetCallbackFunc onEnterKey) {
230 m_onEnterKey = onEnterKey;
231}
232
233void TextBoxWidget::setOnEscapeKeyCallback(WidgetCallbackFunc onEscapeKey) {
234 m_onEscapeKey = onEscapeKey;

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected