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

Return Bool when appropriate #11

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

Some of the backend functions return a boolean, which was being discarded.

sheaf commented 3 years ago

I also updated the main functions to use (/=0) instead of (==1).

ocharles commented 3 years ago

Thanks! :factory_worker: