Struct for window size. More...
#include <IWindow.hpp>
Collaboration diagram for cae::WindowSize:Public Attributes | |
| uint16_t | width |
| uint16_t | height |
Struct for window size.
Definition at line 22 of file IWindow.hpp.
| uint16_t cae::WindowSize::height |
Definition at line 25 of file IWindow.hpp.
Referenced by cae::GLFW::create(), and cae::OPGL::draw().
| uint16_t cae::WindowSize::width |
Definition at line 24 of file IWindow.hpp.
Referenced by cae::GLFW::create(), and cae::OPGL::draw().