WindowBase::Resized delegate

This commit is contained in:
Wiktor Kocielski
2023-09-06 05:23:06 +03:00
parent 36dca16991
commit 5ceafaad77
2 changed files with 6 additions and 0 deletions

View File

@@ -315,6 +315,11 @@ public:
/// </summary>
Action Closed;
/// <summary>
/// Event fired when window gets resized.
/// </summary>
Delegate<Float2> Resized;
/// <summary>
/// Event fired when window gets focused.
/// </summary>