imgui-rs icon indicating copy to clipboard operation
imgui-rs copied to clipboard

Custom Titlebar

Open AZProductions opened this issue 3 years ago • 1 comments

Is there a safe way to hide the os native titlebar, and replace it with custom imgui components?

AZProductions avatar Aug 03 '22 11:08 AZProductions

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

dbr avatar Aug 04 '22 00:08 dbr