update Dear ImGui to 1.90.7

This commit is contained in:
tildearrow 2025-08-10 04:23:51 -05:00
parent 65c0efd990
commit 3aecf2f065
34 changed files with 886 additions and 533 deletions

View file

@ -264,6 +264,8 @@ int32_t ImGui_ImplAndroid_HandleInputEvent(const AInputEvent* input_event)
bool ImGui_ImplAndroid_Init(ANativeWindow* window)
{
IMGUI_CHECKVERSION();
g_Window = window;
g_Time = 0.0;