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

Window was resized manually. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::WindowResizedEvent:
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 was resized manually.

Member Data Documentation

◆ windowSize

ivec2 donut::events::WindowResizedEvent::windowSize

Current window size.


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