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

Text input was submitted. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::TextInputSubmittedEvent:
donut::events::TextInputEventBase donut::events::InputEventBase donut::events::EventBase

Additional Inherited Members

- Public Attributes inherited from donut::events::TextInputEventBase
std::string inputText
 Input text. More...
 
- Public Attributes inherited from donut::events::InputEventBase
std::uint32_t windowId
 Unique identifier of the window that this event belongs to, if any. More...
 

Detailed Description

Text input was submitted.


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