Dominaezzz / kotlin-imgui

Kotlin bindings for Dear ImGui
MIT License
83 stars 4 forks source link

Fix issue where previous window callbacks are not saved when setting callbacks #6

Closed nlbuescher closed 4 years ago

nlbuescher commented 4 years ago

Previous window callbacks were not saved when instantiating ImGuiGLFW, which borked event handling. This fixes that issue.

PS: For some reason, intellij throws an unsupported operation exception when trying to import the gradle project. Using gradle from the terminal works fine though.

Dominaezzz commented 4 years ago

Thanks for the PR!

Dominaezzz commented 4 years ago

Now available in 0.1.2.