Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
Public Attributes | List of all members
gf::ResizeEvent Struct Reference

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...
 

Detailed Description

Resize event parameters (EventType::Resized)

Member Data Documentation

◆ size

Vector2i gf::ResizeEvent::size

The new size of the window.

◆ windowId

uint32_t gf::ResizeEvent::windowId

The window id of the event.