Colobot
Public Member Functions | Public Attributes | List of all members
TextInputData Struct Reference

Additional data for text input event. More...

#include <event.h>

Inheritance diagram for TextInputData:
Inheritance graph
[legend]

Public Member Functions

std::unique_ptr< EventDataClone () const override
 

Public Attributes

std::string text = ""
 Text entered by the user (usually one character, UTF-8 encoded) More...
 

Detailed Description

Additional data for text input event.

Member Data Documentation

std::string TextInputData::text = ""

Text entered by the user (usually one character, UTF-8 encoded)


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