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

Method setPrevFocus

source/windowing/StarTextBoxWidget.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void TextBoxWidget::setPrevFocus(Maybe<String> prevFocus) {
242 m_prevFocus = prevFocus;
243}
244
245void TextBoxWidget::mouseOver() {
246 Widget::mouseOver();

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected