mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting, added comment.
This commit is contained in:
parent
93ea341211
commit
96c2d04b11
@ -152,6 +152,7 @@ static const char* get_button_name(int button)
|
||||
|
||||
static const char* get_character_string(int character)
|
||||
{
|
||||
// This assumes UTF-8, which is stupid
|
||||
static char result[6 + 1];
|
||||
|
||||
int length = wctomb(result, character);
|
||||
|
Loading…
Reference in New Issue
Block a user