ImGui_GM v1.0.2


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!

Files

imgui_gm_v1_0_2.yymps 2.6 MB
Jan 23, 2023

Get imgui_gm

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.