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

Window was moved. More...

#include <donut/events/Event.hpp>

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

Public Attributes

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

Detailed Description

Window was moved.

Member Data Documentation

◆ windowPosition

ivec2 donut::events::WindowMovedEvent::windowPosition

Current window position.


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