MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setNextFocus

Method setNextFocus

source/windowing/StarTextBoxWidget.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void TextBoxWidget::setNextFocus(Maybe<String> nextFocus) {
238 m_nextFocus = nextFocus;
239}
240
241void TextBoxWidget::setPrevFocus(Maybe<String> prevFocus) {
242 m_prevFocus = prevFocus;

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected