| 338 | } |
| 339 | |
| 340 | void CInput::StartTextInput() |
| 341 | { |
| 342 | // enable system messages for IME |
| 343 | SDL_EventState(SDL_SYSWMEVENT, SDL_ENABLE); |
| 344 | SDL_StartTextInput(); |
| 345 | } |
| 346 | |
| 347 | void CInput::StopTextInput() |
| 348 | { |
no outgoing calls
no test coverage detected