| 345 | } |
| 346 | |
| 347 | void CInput::StopTextInput() |
| 348 | { |
| 349 | SDL_StopTextInput(); |
| 350 | // disable system messages for performance |
| 351 | SDL_EventState(SDL_SYSWMEVENT, SDL_DISABLE); |
| 352 | m_CompositionString = ""; |
| 353 | m_CompositionCursor = 0; |
| 354 | m_vCandidates.clear(); |
| 355 | } |
| 356 | |
| 357 | void CInput::EnsureScreenKeyboardShown() |
| 358 | { |
no outgoing calls
no test coverage detected