MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / android_force_update_textbox_and_cursor

Method android_force_update_textbox_and_cursor

src/RichTextUserInput.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void RichTextUserInput::android_force_update_textbox_and_cursor() {
45#ifdef __ANDROID__
46 AndroidJNICalls::updateTextboxAndCursorPos(id, textBox, cursor);
47#endif
48 android_force_update_modmap();
49}
50
51void RichTextUserInput::android_force_update_cursor() {
52#ifdef __ANDROID__

Calls 1

Tested by

no test coverage detected