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

Method unmarkText

shared/java/Window.java:92–92  ·  view source on GitHub ↗

Unmark currently marked and edited text region. Call to this function terminates current IME editing mode and causes close of the system IME window. This function must be called in general if user finishes text editing because of context change, clicking somewhere else, opening another ta

()

Source from the content-addressed store, hash-verified

90 * @see <a href="https://github.com/HumbleUI/JWM/blob/main/examples/java/io/github/humbleui/jwm/examples/PanelTextInput.java">Text input example</a>
91 */
92 public abstract void unmarkText();
93
94 /**
95 * <p>Get window position and size on the screen as UI rect.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected