GLFW should responsible for returning that value when users close the GLFW window(IIRC, either by clicking the [x
] button or pressing Esc
?).
Ahhhhh I understand. That doesnāt work for me, but maybe thatās because Iām using i3wm, which is a bit unusual in that respect.
Thank you!
EDIT: fot future reference, it DOES work with i3wm, you just have to use the keyboard instead of the mouse: Pressing ALT+SHIFT+Q will correctly trigger WindowShouldClose(window)
.
Heyo heyo Necroāing this topic to say that v3 is released now and you can check out the changelog here: Changelog Ā· CImGui.jl
Hopefully this is a not-too-breaking release The big changes are the update to ImGui 1.91.1, and generating all the wrappers automagically.
(P.S. check out ImGuiTestEngine.jl Ā· ImGuiTestEngine for writing tests, helps a lot with making sure everything works after upgrading)
v4 has been released to wrap ImGui 1.91.6: Changelog Ā· CImGui.jl
There were quite a few IO-related breaking changes in 1.91.5 so Iād recommend checking out the changelogs.