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