Devlogs
ImGui_GM v1.0.2
imgui_gmA downloadable library for Windows
Posted January 23, 2023 by nommiin
#release
hi again, been a couple minutes eh? here's imgui_gm v1.0.2, just a small update that wraps docking-related functions and adds helper functions to change ImGuiIO.ConfigFlags
Added:
- ImGui.DockSpace
- ImGui.DockSpaceOverViewport
- ImGui.SetNextWindowDockID
- ImGui.GetWindowDockID
- ImGui.IsWindowDocked
- Helpers for getting/setting ImGuiIO.ConfigFlags
- ImGui.ConfigFlagsGet()
- ImGui.ConfigFlagsSet(flags)
- ImGui.ConfigFlagToggle(flag)
Fixed:
- Added missing ImGui.PopTextWrapPos wrapper
Known Issues/Notes:
- NOTE: Docking is no longer enabled by default, use ImGui.ConfigFlagsSet or ImGui.ConfigFlagToggle(ImGuiConfigFlag.DockingEnable) enable docking again
- ImGui.DockSpaceOverViewport currently only takes a single flags argument, subject to change
- ImGui.SetNextWindowClass is stub'd
As per-usual, feel free to check out the GitHub repo for ImGui_GM!