libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::events::WindowSizeChangedEvent Struct Reference

Window size was changed. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::WindowSizeChangedEvent:
donut::events::WindowEventBase donut::events::EventBase

Public Attributes

ivec2 windowSize
 Current window size. More...
 
- Public Attributes inherited from donut::events::WindowEventBase
std::uint32_t windowId
 Unique identifier of the window. More...
 

Detailed Description

Window size was changed.

Examples
example_game.cpp, and example_rectangle.cpp.

Member Data Documentation

◆ windowSize

ivec2 donut::events::WindowSizeChangedEvent::windowSize

Current window size.


The documentation for this struct was generated from the following file: