Documentation of SFML 2.5.1

Warning: this page refers to an old version of SFML. Click here to switch to the latest version.
sf::Event::TextEvent Struct Reference

Text event parameters (TextEntered) More...

#include <Event.hpp>

Public Attributes

Uint32 unicode
 UTF-32 Unicode value of the character. More...
 

Detailed Description

Text event parameters (TextEntered)

Definition at line 75 of file Event.hpp.

Member Data Documentation

◆ unicode

Uint32 sf::Event::TextEvent::unicode

UTF-32 Unicode value of the character.

Definition at line 77 of file Event.hpp.


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