M.Sz.

Results 484 comments of M.Sz.

due to a long inactivity (and full code demo posted above) I think it could be closed for now. If you had any questions, feel free to ping me!

Due to longer inactivity and a full demo code posted above I think it could be closed. Feel free to ping me for any details!

@AllenDang I think to make this happen tests are not essential - it is rather difficult to cover project with tests because it is a wrapper of C code which...

Need to specify (one or more of) InputTextFlagsCallback* flags (see #660 #460 #434)

upstream issue in GO: https://github.com/golang/go/issues/55351 ref: https://github.com/AllenDang/cimgui-go/issues/13 Marking as external issue.

Due to longer inactivity and a full demo code posted above I think it could be closed. Feel free to ping me for any details!

@rasteric thanks for your code! it saved me now :smile: here is my small modification: ```go func WrapInputtextMultiline(widget *giu.InputTextMultilineWidget, data imgui.InputTextCallbackData) int32 { switch data.EventFlag() { case imgui.InputTextFlagsCallbackCharFilter: c :=...