Add more escape-button logging

This commit is contained in:
Raymond 2021-09-04 14:19:23 -04:00
parent 1714c641ad
commit ad144cf7f4
3 changed files with 15 additions and 1 deletions

View file

@ -648,6 +648,7 @@ namespace Dalamud.Interface.Internal
this.lastWantCapture = this.LastImGuiIoPtr.WantCaptureMouse;
WindowSystem.HasAnyWindowSystemFocus = false;
WindowSystem.FocusedWindowSystemNamespace = string.Empty;
this.Draw?.Invoke();
Service<NotificationManager>.Get().Draw();