MCPcopy Create free account
hub / github.com/HumbleUI/JWM / unmarkText

Method unmarkText

windows/cc/WindowWin32.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected