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

Window was moved to a new display. More...

#include <donut/events/Event.hpp>

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

Public Attributes

int displayIndex
 Current display index. More...
 
- Public Attributes inherited from donut::events::WindowEventBase
std::uint32_t windowId
 Unique identifier of the window. More...
 

Detailed Description

Window was moved to a new display.

Member Data Documentation

◆ displayIndex

int donut::events::WindowDisplayChangedEvent::displayIndex

Current display index.


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