Undecorated main window #3822
WerWolv
announced in
Old/Archived discussions
Replies: 2 comments 2 replies
-
Hello, It's been a commonly requested thing to support a "no main viewport" mode in multi-viewports. Curiously in the past 3-6 months everyone started requesting that (but we discussed it earlier) so I guess it'll happen eventually. Some of the recent changes in 1.81 were designed as a small step toward it. It's not technically supported yet, but it seems like a common hack/workaround has been to create a 1x1 window with no decoration and minimize/hide it. I haven't tried that tho. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Its a known and fairly annoying issue in winapi. There are various repository with workaround eg
https://github.com/melak47/BorderlessWindow
Would need to investigate them thoroughly see what works and what can be included as a feature of the win32 backend
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is it possible to remove the default window decoration (titlebar, etc) of the main window somehow and let the moving and resizing be handled by ImGui itself as it does with any subwindow with the multi-viewport feature enabled?
My usecase would be to make my own title bar but I'd like to avoid having to manually implement dragging, resizing and everything when ImGui already does it.
Beta Was this translation helpful? Give feedback.
All reactions