haskell-game / dear-imgui.hs

Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
142 stars 31 forks source link

added openPopupOnItemClick #133

Closed Drezil closed 2 years ago

Drezil commented 2 years ago

Small patch to open popups when the last item with ID gets clicked interactively (without the programmer having to care about the state). Just wraps the corresponding ImGui-Call.