#include <ApplicationEvent.h>
Definition at line 33 of file ApplicationEvent.h.
◆ WindowResizeEvent()
| Elevate::WindowResizeEvent::WindowResizeEvent |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
|
inline |
◆ GetHeight()
| unsigned int Elevate::WindowResizeEvent::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetWidth()
| unsigned int Elevate::WindowResizeEvent::GetWidth |
( |
| ) |
const |
|
inline |
◆ ToString()
| std::string Elevate::WindowResizeEvent::ToString |
( |
| ) |
const |
|
inlineoverridevirtual |
Reimplemented from Elevate::Event.
Definition at line 42 of file ApplicationEvent.h.
43 {
44 std::stringstream ss;
45 ss << "WindowResizeEvent: " << m_Width << ", " << m_Height;
46 return ss.str();
47 }
The documentation for this class was generated from the following file: