A simple structure to contain window size. More...
#include <WindowBus.h>
Public Member Functions | |
| WindowSize (const uint32_t width, const uint32_t height) | |
| bool | operator== (const WindowSize &rhs) const |
| bool | operator!= (const WindowSize &rhs) const |
Public Attributes | |
| uint32_t | m_width = 0 |
| uint32_t | m_height = 0 |
A simple structure to contain window size.