mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Use char32_t
for UTF-32 characters
This is probably an oversight from https://github.com/SFML/SFML/pull/2480
This commit is contained in:
parent
832c608a5b
commit
c1d8be8106
@ -85,7 +85,7 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
struct TextEntered
|
||||
{
|
||||
std::uint32_t unicode{}; //!< UTF-32 Unicode value of the character
|
||||
char32_t unicode{}; //!< UTF-32 Unicode value of the character
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user