imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Add return type for constructor functions

Open scemino opened this issue 3 years ago • 1 comments

Today it's impossible to use all constructor functions, I modified the generator to fix this. Actually I needed to use ImGuiTextFilter to filter a list and I found no way to do this with the actual nimgl version. I hope you'll find it useful.

scemino avatar Feb 13 '22 20:02 scemino

I found a workaround, it is possible to use ImGuiTextFilter like this: filter.addr.draw("Filter (\"incl,-excl\") (\"error\")", 180), I hope that it will help other people which have the same problem.

scemino avatar Mar 02 '22 20:03 scemino