This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
v3.0.0 - Update to v1.79
This release updates Dear ImGui to v1.79
, thanks to @SpaiR (#130 and #132)
As part of this update, a version incompatible version bump to v3
was necessary.
This is mainly due to the changes of the API of the Drag/Slider APIs. See ocornut/imgui#3361 for details.
Other (known) incompatible changes in this version bump:
- DrawList functions
AddCircleFilled()
andAddCircle()
default the parameternumSegments
to 0 instead of 12. This is in line with a corresponding change in Dear ImGuiv1.77
. - Deprecated
GetScroll*
functions were removed - For further changes, please refer to the release notes of Dear ImGui