The WindowSystemNotificationBus is used to broadcast an event whenever a new window is created. More...
#include <WindowBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual void | OnWindowCreated (NativeWindowHandle windowHandle)=0 |
| A notification that a new window was created with the given window ID. | |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
The WindowSystemNotificationBus is used to broadcast an event whenever a new window is created.