libdonut 2.3.6
Application framework for cross-platform game development in C++20
Loading...
Searching...
No Matches
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.
 
- Public Attributes inherited from donut::events::WindowEventBase
std::uint32_t windowId
 Unique identifier of the window.
 

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: