Event triggered when Window is resized.
More...
#include <ApplicationEvent.h>
Event triggered when Window is resized.
◆ WindowResizeEvent()
Karma::WindowResizeEvent::WindowResizeEvent |
( |
unsigned int | width, |
|
|
unsigned int | height ) |
|
inline |
A constructor.
- Parameters
-
width | The width size of the window after(?) the resizing |
height | The height size of the window after(?) the resizing |
- Note
- The use of unsigned int
- Since
- Karma 1.0.0
◆ GetHeight()
unsigned int Karma::WindowResizeEvent::GetHeight |
( |
| ) |
const |
|
inline |
Getter for height size.
- Since
- Karma 1.0.0
◆ GetWidth()
unsigned int Karma::WindowResizeEvent::GetWidth |
( |
| ) |
const |
|
inline |
Getter for width size.
- Since
- Karma 1.0.0
◆ ToString()
std::string Karma::WindowResizeEvent::ToString |
( |
| ) |
const |
|
inlineoverridevirtual |
String representation of the event.
- Since
- Karma 1.0.0
Reimplemented from Karma::Event.
The documentation for this class was generated from the following file: