@brief Called by IMEDispatcher when text input received from the IME. * @lua NA */
| 109 | * @lua NA |
| 110 | */ |
| 111 | virtual void insertText(const char* /*text*/, size_t /*len*/) {} |
| 112 | |
| 113 | /** |
| 114 | @brief Called by IMEDispatcher after the user clicks the backward key. |
no outgoing calls
no test coverage detected