Documentation of SFML 2.0

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.
 

Detailed Description

Text event parameters (TextEntered)

Definition at line 74 of file Event.hpp.

Member Data Documentation

Uint32 sf::Event::TextEvent::unicode

UTF-32 unicode value of the character.

Definition at line 76 of file Event.hpp.


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