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)
.
1 Like
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)
10 Likes