M.Sz.

Results 484 comments of M.Sz.

Yah, In my project I'm using a kind of abstraction from the logging library, like this: logger.go ```golang /* * Copyright (c) 2022. The Greater Heptavirate: programming lodge (https://github.com/TheGreaterHeptavirate). All...

No problem, If I get some time, I can try contributing

> When loading a font, the functions (e.g. AddFontFromMemoryTTF) require a uintptr, but it wasn't clear what this should refer to. Claude eventually got me to a working solution: That's...

@Omustardo can we close this and just pin and mark with documentation label a sthis isn't actually an issue - its just Dear ImGui design :smile:

> Have you tried? generally I tried to add it as a header in generator.lua but got issue about `#incldue `. Maybe generator should use g++ to analyze code? Also,...

> https://github.com/CedricGuillemet/ImGuizmo/blob/822be7b44c37dbe98d328739ebe0d5a1ea87ecfc/bin/ImGuizmoSample.exe just to see how the widgets work so that you know which ones you like and which ones not. To be honest I didn't try that as I'm...

Maybe `(*MasterWindow).SetPos(...)` can help here

I'm not sure.. maybe `SetHighlightMonitorIdx`?

I think the originall issue was resloved. lmk if you still need help here!

I've just checked and it seems that Dear ImGui does not support other mouse buttons... from cimgui_enums.go: ```go // Identify a mouse button. // Those values are guaranteed to be...