Arif Hendika Rios
Arif Hendika Rios
> How could I launch the keyboard, and read the content and send it to ImGui::inputText() ? using only c++ you can use JNI
> but how to get events from virtual keyboard? you can hook nativeInjectEvent for that
> > but how to get events from virtual keyboard? > > you can hook nativeInjectEvent for that Example: ```cpp IMGUI_IMPL_API int32_t ImGui_ImplAndroid_HandleInputEvent(JNIEnv *env, jobject input_event, bool isUseMotionEvent = false);...
i think RVA is same as offset