inkyblackness / imgui-go

Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgui.BeginV not working?

aubonbeurre opened this issue · comments

Hi,

I've been trying to use:

if imgui.BeginV("Hello, world!", &aWindow, 0) {
...
}
imgui.End()

But ImGui::Begin always retuns 1 ?! Maybe it's a bug in ImgUI?

I could be mislead, please ignore if that's the case.

Cheers, and thanks for imgui-go.