C++Is this just written with C/C++
I have used, but thx!ImGuiStyle& menu = ImGui::GetStyle();
menu.WindowMinSize = ImVec2(glWidth/2 -200, glHeight/1.5);
float ImGuiheight = 200;
float ImGuiwidth = 300;
style.WindowMinSize = ImVec2(ImGuiwidth,ImGuiheight);
I found a lot of Android ImGui source, they all need jni. Can you share your source code, I'd like to refer to it
I mean don't use Android studio and aide, you can compile ImGui successfully using only a Android C++ compiler like C4droid.This don't use jni