WindowBase::Resized delegate
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user