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

Text was dropped. More...

#include <donut/events/Event.hpp>

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

Public Attributes

std::string droppedText
 Dropped text. 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

Text was dropped.

Member Data Documentation

◆ droppedText

std::string donut::events::DropTextEvent::droppedText

Dropped text.


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