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

Text input Event base. More...

#include <donut/events/Event.hpp>

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

Public Attributes

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 Event base.

Member Data Documentation

◆ inputText

std::string donut::events::TextInputEventBase::inputText

Input text.


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