zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
87 stars 33 forks source link

Enable Multi-Viewports on this lib #32

Open zaafar opened 2 years ago

zaafar commented 2 years ago

it will allow users to create ImGuiWindows outside the SDL2 Window (in case overlay window is too small OR they have multiple monitors).

zaafar commented 2 years ago

This will yield a really bad user experience. For example, if you move an ImGui window to another monitor (by using the multi-viewports feature). That ImGui window will overlay whatever is opened on the other monitor e.g. your browser. Also, overlay (by definition) can not be alt-tabbed or minimized. So basically the user is stuck with an overlay window on their browser.