mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
feat: add RemoveAllWindows() to WindowSystem
This commit is contained in:
parent
266865a14c
commit
52150ec677
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,11 @@ namespace Dalamud.Interface.Windowing
|
|||
this.windows.Remove(window);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Remove all windows from this <see cref="WindowSystem"/>.
|
||||
/// </summary>
|
||||
public void RemoveAllWindows() => this.windows.Clear();
|
||||
|
||||
/// <summary>
|
||||
/// Draw all registered windows using ImGui.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue