Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

v1.52.1

Compare
Choose a tag to compare
@ThisDevDane ThisDevDane released this 12 Nov 23:04
· 127 commits to master since this release

All inbetween releases will be imgui-version.<my-version> like this one is 1.52.1

  • changed all u64 representing size_t to uint since that changes with architecture like size_t
  • Wrapped a few functions which outputted data via a function parameter to return it instead like original imgui
  • Added function from ImGuiStorage ImGuiTextClipper ImGuiTextBuffer and their structs
  • Removed Gui prefix from many things
  • Changed GuiCol enum to Color
  • Overall formatting of file