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

File was dropped. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::DropFileEvent:
donut::events::DropEventBase donut::events::EventBase

Public Attributes

std::string droppedFilepath
 Filepath of the dropped file. More...
 
- Public Attributes inherited from donut::events::DropEventBase
std::uint32_t windowId
 Unique identifier of the window that was dropped onto, if any. More...
 

Detailed Description

File was dropped.

Member Data Documentation

◆ droppedFilepath

std::string donut::events::DropFileEvent::droppedFilepath

Filepath of the dropped file.


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