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

Drop Event base. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::DropEventBase:
donut::events::EventBase donut::events::DropCompletedEvent donut::events::DropFileEvent donut::events::DropStartedEvent donut::events::DropTextEvent

Public Attributes

std::uint32_t windowId
 Unique identifier of the window that was dropped onto, if any. More...
 

Detailed Description

Drop Event base.

Member Data Documentation

◆ windowId

std::uint32_t donut::events::DropEventBase::windowId

Unique identifier of the window that was dropped onto, if any.


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