Get UI rect in screen space for currently edited text region. This method is called if user currently in complex text input and IME mode types complex characters. Returned rect is used to correctly position IME and system pop-up windows and elements nearly the edited text region.</
(int selectionStart, int selectionEnd)
| 16 | * @see <a href="https://github.com/HumbleUI/JWM/blob/main/examples/java/io/github/humbleui/jwm/examples/PanelTextInput.java">Text input example</a> |
| 17 | */ |
| 18 | IRect getRectForMarkedRange(int selectionStart, int selectionEnd); |
| 19 | |
| 20 | /** |
| 21 | * Returns the range of selected text |
nothing calls this directly
no outgoing calls
no test coverage detected