ice1000 / jimgui

:sparkling_heart: Pure Java binding for dear-imgui
Apache License 2.0
185 stars 13 forks source link

No matching field found: end for class org.ice1000.jimgui.JImGui #77

Closed Tyruiop closed 3 years ago

Tyruiop commented 3 years ago

Hi,

I'm interested in writing Clojure bindings on top of jimgui, however if I try to call .end on a JImGui I get the following error: No matching field found: end for class org.ice1000.jimgui.JImGui

Any idea how to fix that by any chance?

Thanks for the good work!

ice1000 commented 3 years ago

It's a static member function from a superclass of JImGui. You can easily find it by writing the code in Java and use an IDE to find its definition.

ice1000 commented 3 years ago

Closing as answered