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

Method setTextInputActive

source/game/StarInput.cpp:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void Input::setTextInputActive(bool active) {
575 m_textInputActive = active;
576}
577
578Maybe<unsigned> Input::bindDown(String const& categoryId, String const& bindId) {
579 if (auto state = bindStatePtr(categoryId, bindId)) {

Callers 2

updateTitleMethod · 0.80
updateRunningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected