Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::WindowSystemNotifications Class Referenceabstract

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
 

Detailed Description

The WindowSystemNotificationBus is used to broadcast an event whenever a new window is created.


The documentation for this class was generated from the following file: