jimgui
jimgui copied to clipboard
Missing platform window features
These are not imgui specific. Some of these features would be very useful to have for the main window created by jimgui.
- [ ] Ability to disable/enable window maximize button
- [ ] Ability to disable/enable window minimize button
- [x] Ability to set the window title
- [ ] Ability to disable/enable window resizing
Does https://github.com/ice1000/jimgui/blob/master/core/src/org/ice1000/jimgui/JImGui.java#L27 suffice?
For the title stuff
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.
Done set window title