Gamedev Framework (gf)  0.1.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::Event::TextEvent Struct Reference

Text event parameters (EventType::TextEntered) More...

#include <gf/Event.h>

Public Attributes

char32_t codepoint
 UTF-32 Unicode value of the character. More...
 

Detailed Description

Text event parameters (EventType::TextEntered)

Member Data Documentation

char32_t gf::Event::TextEvent::codepoint

UTF-32 Unicode value of the character.