imgui-rs
imgui-rs copied to clipboard
Custom Titlebar
Is there a safe way to hide the os native titlebar, and replace it with custom imgui components?
This is usually referred to as "window decoration", and would be up to whatever library you are using to actually create the window
E.g if you are using winit, then the Window::sec_decorations should hide the OS titlebar etc