CurrentModule = ImGuiTestEngine
This documents notable changes in ImGuiTestEngine.jl. The format is based on Keep a Changelog.
Patch release to fix compat for CImGui v4/Dear ImGui 1.91.5 ([#8]).
Patch release to add compat for CImGui v3.1/Dear ImGui 1.91.2 ([#7]).
Patch release to fix compat for CImGui v3/Dear ImGui 1.91.1 ([#6]).
This release is compatible with CImGui.jl v2 and v3.
- Bindings for
ComboClick()
andComboClickAll()
([#4]). - Bindings for
MouseClick()
,MouseMove()
,ItemOpen()
,ItemClose()
, and a helperOpenAndClose()
([#5]).
ItemClick()
now supports passing abutton
argument to select which button to click ([#5]).
The initial release!