AllenDang / cimgui-go

Auto generated Go wrapper for Dear ImGui via cimgui
MIT License
332 stars 51 forks source link

enums: define enum constants correctly #281

Closed gucio321 closed 5 months ago

gucio321 commented 5 months ago

so cimgui-go is bugged because this shouldn't work now.

        AxisX1    = 0

should be

        AxisX1    PlotAxisEnum = 0

Originally posted by @gucio321 in https://github.com/AllenDang/giu/issues/772#issuecomment-2074310575