ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::integration::event::TextEnteredEvent Struct Reference

Event describing a text (character) entered. More...

#include <TextEnteredEvent.hpp>

Collaboration diagram for ecstasy::integration::event::TextEnteredEvent:

Public Member Functions

constexpr TextEnteredEvent (std::uint32_t pUnicode) noexcept
 Construct a new TextEnteredEvent object.
 

Public Attributes

std::uint32_t unicode
 Unicode of character entered.
 

Detailed Description

Event describing a text (character) entered.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2022-11-17)

Definition at line 25 of file TextEnteredEvent.hpp.

Constructor & Destructor Documentation

◆ TextEnteredEvent()

constexpr ecstasy::integration::event::TextEnteredEvent::TextEnteredEvent ( std::uint32_t  pUnicode)
inlineconstexprnoexcept

Construct a new TextEnteredEvent object.

Parameters
[in]pUnicodeUnicode character entered.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2022-11-17)

Definition at line 37 of file TextEnteredEvent.hpp.

37: unicode(pUnicode){};
std::uint32_t unicode
Unicode of character entered.

Member Data Documentation

◆ unicode

std::uint32_t ecstasy::integration::event::TextEnteredEvent::unicode

Unicode of character entered.

Definition at line 27 of file TextEnteredEvent.hpp.


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