Merge commit '293f4fd0a04156ee8bd279df3b9443df6c75bbd5'

This commit is contained in:
2024-05-28 17:12:43 +02:00
44 changed files with 1059 additions and 520 deletions

View File

@ -167,6 +167,7 @@ static ImGuiKey ImGui_ImplGLUT_KeyToImGuiKey(int key)
bool ImGui_ImplGLUT_Init()
{
ImGuiIO& io = ImGui::GetIO();
IMGUI_CHECKVERSION();
#ifdef FREEGLUT
io.BackendPlatformName = "imgui_impl_glut (freeglut)";