Skip to content

JlImGui V1.2.1 Minor.

Latest
Compare
Choose a tag to compare
@xzripper xzripper released this 22 Jun 12:37
· 1 commit to main since this release
70bd500

Release V1.2.1-Minor.

Fourth minor-release for JlImGui: Code improvements, formatting, fixes, etc.

Changes.

  • Various source improvements.
  • Specify setWantSaveIniSettings to false if useIni == false in setupImGui.
  • Specified multiple backend flags: HasMouseCursors | HasSetMousePos | PlatformHasViewports | HasMouseHoveredViewport to true.
  • Added additional method-initializer (setupImGui): setupImGui(*no args*).
  • Fixed not working ImGui flag: NoMouse.
  • Now textures loaded from images are not unloaded after rendering ImGui images.
  • New methods: getKeysMap, getVersion.
  • Updated documentation.
  • Updated ReadMe.
  • New release.