![]() |
ezEngine Release 26.3
|
#include <Window.h>
Public Types | |
| enum | Type : ezUInt32 { WindowDestruction , VisibilityChanged , FocusChanged , SizeChanged , PositionChanged , CloseButtonClicked , UserEvent = 0xFF } |
Public Attributes | |
| Type | m_Type |
| ezWindowPlatformShared * | m_pWindow = nullptr |
| ezInt32 | m_iPayload1 = 0 |
| ezInt32 | m_iPayload2 = 0 |
Broadcast when various things happen to a window.
Subscribe through the WindowEvents() function to be notified.
| enum ezWindowEvent::Type : ezUInt32 |