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

Method getTextInputClient

shared/cc/Window.cc:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16jobject jwm::Window::getTextInputClient() const {
17 return fEnv->GetObjectField(fWindow, jwm::classes::Window::kTextInputClient);
18}
19
20extern "C" JNIEXPORT void JNICALL Java_io_github_humbleui_jwm_Window__1nInit
21 (JNIEnv* env, jobject obj) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected