Arnold Engine
 
Loading...
Searching...
No Matches
AE::Events::WindowResizeEvent Class Reference

Event triggered when the window is resized. More...

#include <ApplicationEvent.h>

Inheritance diagram for AE::Events::WindowResizeEvent:
AE::Events::Event

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
 
- Public Member Functions inherited from AE::Events::Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual int GetCategoryFlags () const =0
 
bool IsInCategory (EventCategory category)
 

Additional Inherited Members

- Public Attributes inherited from AE::Events::Event
bool Handled = false
 

Detailed Description

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.

Member Function Documentation

◆ ToString()

std::string AE::Events::WindowResizeEvent::ToString ( ) const
inlinenodiscardoverridevirtual

Reimplemented from AE::Events::Event.


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