#include <ResizeEvent.h>
Inherits cinder::app::Event.
Public Member Functions | |
ResizeEvent (const Vec2i &size) | |
Vec2i | getSize () const |
int32_t | getWidth () const |
int32_t | getHeight () const |
float | getAspectRatio () const |
cinder::app::ResizeEvent::ResizeEvent | ( | const Vec2i & | size ) |
Vec2i cinder::app::ResizeEvent::getSize | ( | ) | const |
int32_t cinder::app::ResizeEvent::getWidth | ( | ) | const |
int32_t cinder::app::ResizeEvent::getHeight | ( | ) | const |
float cinder::app::ResizeEvent::getAspectRatio | ( | ) | const |