MCPcopy 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
233void TextBoxWidget::setOnEscapeKeyCallback(WidgetCallbackFunc onEscapeKey) {
234 m_onEscapeKey = onEscapeKey;
235}
236
237void TextBoxWidget::setNextFocus(Maybe<String> nextFocus) {
238 m_nextFocus = nextFocus;

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected