haskell-game / dear-imgui.hs

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

Add pollEventsWithImGui function #13

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

This works like SDL's pollEvents function, from which I copied the implementation.

ocharles commented 3 years ago

LG! I was also thinking of adding this, but maybe filtering the returned events so they are only the ones ImGui doesn't want. But we can get to that later.