Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thanks for the hard work so far :)  I was just wondering if there was a plan on adding the combo box or if you had a roadmap of what were you thinking of adding next?

hey mickey, thanks for using the extension!

support for the function "ImGui.Combo" is deprecated in imgui itself, so I opted to not add a wrapper for it. fortunately, you can use the new "ImGui.BeginCombo" along with "ImGui.EndCombo" to render more sophisticated and easier to manage combos

as for roadmaps, there isn't exactly a strong one established but there is a missing/unsupported features post on the github page

(+1)

Ah! Ok nice, I was able to get it working with that little hint :D

Again Thanks so much