ice1000 / jimgui

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

Missing platform window features #67

Open newk5 opened 3 years ago

newk5 commented 3 years ago

These are not imgui specific. Some of these features would be very useful to have for the main window created by jimgui.

ice1000 commented 3 years ago

Does https://github.com/ice1000/jimgui/blob/master/core/src/org/ice1000/jimgui/JImGui.java#L27 suffice?

ice1000 commented 3 years ago

For the title stuff

newk5 commented 3 years ago

Ah I didn't know about that. Thats helpful to set the title of the created window but would also be nice to be able to change it after it's created.

ice1000 commented 3 years ago

Done set window title