M.Sz.

Results 484 comments of M.Sz.

@shellohunter you need to use msys2 version of gcc (shared libraries are compiled this way in our workflow). lmk if this problem persists

What os and arch? What code? Please do not work inside gomod path

Shouldn't we rather fix something in Plot.go instead of removing code from an example? (I write that in form of a question as I need to check exactly whats going...

I think there are several problems in your solution: 1. Canvas is not a "physical" object (well. I mean things like Button/TextBox/even a label) ar considered widgets by imgui and...

> What I need is a custom widget using Canvas that 'knows' when it has key board focus and more-or-less behave like a real widget w.r.t keyboard events? sorry but...

> I can use InputTextMultiline; but it would be much easier if I can create a similar one using Canvas. well, let me note that it is a really brave...

@sonoro1234 GetContentRegionAvail generated as `NonUDT` for some reason https://github.com/cimgui/cimgui/blob/9e036bb00331cc83892a2beeec0e0ba2e8d934ac/generator/output/definitions.json#L22654

Not yet. I think I still need to make some little chances, however I'm a bit short on time atm so do your job with merging things and we'll catch...

@sonoro1234 why ImVec2 is now ImVec2_c? also if expected then typedefs_dict.json should be the same.