| 50 | } |
| 51 | |
| 52 | void jwm::WindowWin32::unmarkText() { |
| 53 | JWM_VERBOSE("Request abort IME composition (unmarkText)"); |
| 54 | _imeResetComposition(); |
| 55 | } |
| 56 | |
| 57 | void jwm::WindowWin32::setImeEnabled(bool enabled) { |
| 58 | if (enabled) { |
no outgoing calls
no test coverage detected