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

Add remaining BeginChild arguments as required #93

Closed dpwiz closed 3 years ago

dpwiz commented 3 years ago

Old behaviour with all default arguments is a special case to run some action scoped to a different child window.

This now handled by beginChildContext/withChildContext.