![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
Resize event parameters (EventType::Resized) More...
#include <gf/Event.h>
Public Attributes | |
uint32_t | windowId |
The window id of the event. More... | |
Vector2i | size |
The new size of the window. More... | |
Resize event parameters (EventType::Resized)
Vector2i gf::ResizeEvent::size |
The new size of the window.
uint32_t gf::ResizeEvent::windowId |
The window id of the event.