Merge branch 'development' into cleanup/SPEC-1670

This commit is contained in:
Esteban Papp
2021-07-14 14:53:59 -07:00
116 changed files with 6068 additions and 3529 deletions
@@ -97,6 +97,9 @@ namespace AzFramework
//! This is called when the window is deactivated from code or if the user closes the window.
virtual void OnWindowClosed() {};
//! This is called when vsync interval is changed.
virtual void OnVsyncIntervalChanged(uint32_t interval) { AZ_UNUSED(interval); };
};
using WindowNotificationBus = AZ::EBus<WindowNotifications>;