I am using the python bindings with hello_imgui, and trying out the borderless window feature. I was wondering if it is possible to maximize the window (like when using WindowSizeState.maximized on startup) during runtime.
This would allow me to add a maximize button to the menu bar. Minimize functionality would also be great, if it's possible.
(My use case is that I need to display a prompt if the user tries to close the application, and using borderless window gives me control over this. Plus it looks great :D)
I am using the python bindings with hello_imgui, and trying out the borderless window feature. I was wondering if it is possible to maximize the window (like when using
WindowSizeState.maximizedon startup) during runtime.This would allow me to add a maximize button to the menu bar. Minimize functionality would also be great, if it's possible.
(My use case is that I need to display a prompt if the user tries to close the application, and using borderless window gives me control over this. Plus it looks great :D)