| 14 | } |
| 15 | |
| 16 | jobject jwm::Window::getTextInputClient() const { |
| 17 | return fEnv->GetObjectField(fWindow, jwm::classes::Window::kTextInputClient); |
| 18 | } |
| 19 | |
| 20 | extern "C" JNIEXPORT void JNICALL Java_io_github_humbleui_jwm_Window__1nInit |
| 21 | (JNIEnv* env, jobject obj) { |
nothing calls this directly
no outgoing calls
no test coverage detected