ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
61.08k stars 10.29k forks source link

Synchronization of window move flags #2681

Closed N0LECODER closed 5 years ago

N0LECODER commented 5 years ago

Version/Branch of Dear ImGui:

Version: 1.72WIP Branch: master

Back-end/Renderer/Compiler/OS

Back-ends: imgui_impl_directX9.cpp + imgui_impl_win32.cpp Compiler: VS2017 Operating System: Windows 10

My Issue/Question:

Soo I wonder if there is way to move WIndows`s Window when I am moving ImGui::Begin() Window.Since I removed captionbar and my project looks good I also wanna make it able to move to second monitor or soo.

Screenshot_1

ocornut commented 5 years ago

You should probably be looking into the the multi-viewport feature in the Docking branch.