mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
feat: consider all WindowSystems globally
This commit is contained in:
parent
f6a68bac6e
commit
3e9c1f8d53
3 changed files with 16 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ using Dalamud.Game.Internal.DXGI;
|
|||
using Dalamud.Hooking;
|
||||
using Dalamud.Hooking.Internal;
|
||||
using Dalamud.Interface.Internal.Notifications;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using Dalamud.Utility;
|
||||
using ImGuiNET;
|
||||
using ImGuiScene;
|
||||
|
|
@ -639,6 +640,8 @@ namespace Dalamud.Interface.Internal
|
|||
this.LastImGuiIoPtr = ImGui.GetIO();
|
||||
this.lastWantCapture = this.LastImGuiIoPtr.WantCaptureMouse;
|
||||
|
||||
WindowSystem.HasAnyWindowSystemFocus = false;
|
||||
|
||||
this.Draw?.Invoke();
|
||||
Service<NotificationManager>.Get().Draw();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue