-
Notifications
You must be signed in to change notification settings - Fork 12
Fix ImGui Viewports #12
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingnativeThis issue is related to native codeThis issue is related to native code
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnativeThis issue is related to native codeThis issue is related to native code
Summary
When enabling ImGui Viewports in the ImGui Config, there is an issue where, when you drag an ImGui window outside the main viewport, the entire game will refuse to take inputs, and partially freeze. This of course also goes for the ImGui windows.
Possible Causes
The game stops responding when this bug happens, which indicates that there is something wrong with the WndProc. When a window stops processing events, windows marks it as not responding.
Relevant Files
Renderer.csD3DModule.cpp