dear-imgui.hs icon indicating copy to clipboard operation
dear-imgui.hs copied to clipboard

Experiment: make ref wrappers optional

Open dpwiz opened this issue 2 years ago • 0 comments

Replace mutable ref + changed flag for monadic action yielding the change.

StateRef behaviour is trivially recovered with a maybe-to-set/bool wrapper and a bunch of binds.

dpwiz avatar Mar 23 '22 18:03 dpwiz