mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 12:27:43 +01:00
Fix combobox callback impl (#2347)
* Fix combobox callback impl * Make ImGuiBackend delegates public * Release ImGui focus when the game window loses focus
This commit is contained in:
parent
27f924f3b1
commit
1f06006cc0
8 changed files with 36 additions and 22 deletions
|
|
@ -18,6 +18,7 @@ using Dalamud.Hooking;
|
|||
using Dalamud.Hooking.Internal;
|
||||
using Dalamud.Hooking.WndProcHook;
|
||||
using Dalamud.Interface.ImGuiBackend;
|
||||
using Dalamud.Interface.ImGuiBackend.Delegates;
|
||||
using Dalamud.Interface.ImGuiNotification;
|
||||
using Dalamud.Interface.ImGuiNotification.Internal;
|
||||
using Dalamud.Interface.Internal.Asserts;
|
||||
|
|
@ -128,7 +129,7 @@ internal partial class InterfaceManager : IInternalDisposableService
|
|||
/// <summary>
|
||||
/// This event gets called each frame to facilitate ImGui drawing.
|
||||
/// </summary>
|
||||
public event IImGuiBackend.BuildUiDelegate? Draw;
|
||||
public event ImGuiBuildUiDelegate? Draw;
|
||||
|
||||
/// <summary>
|
||||
/// This event gets called when ResizeBuffers is called.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue