Event triggered when the window is resized. More...
#include <ApplicationEvent.h>
Public Member Functions | |
WindowResizeEvent (const unsigned int width, const unsigned int height) | |
unsigned int | GetWidth () const |
unsigned int | GetHeight () const |
std::string | ToString () const override |
![]() | |
virtual EventType | GetEventType () const =0 |
virtual const char * | GetName () const =0 |
virtual int | GetCategoryFlags () const =0 |
bool | IsInCategory (EventCategory category) |
Additional Inherited Members | |
![]() | |
bool | Handled = false |
Event triggered when the window is resized.
Provides information about the new dimensions of the window after a resize event. Includes the new width and height of the window.
|
inlinenodiscardoverridevirtual |
Reimplemented from AE::Events::Event.