mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Message tweak.
This commit is contained in:
parent
93871abf04
commit
a79a6eb82a
@ -253,7 +253,7 @@ static void key_callback(GLFWwindow window, int key, int action)
|
||||
|
||||
static void char_callback(GLFWwindow window, int character)
|
||||
{
|
||||
printf("%08x at %0.3f: Character 0x%04x (%s)\n",
|
||||
printf("%08x at %0.3f: Character 0x%04x (%s) input\n",
|
||||
counter++,
|
||||
glfwGetTime(),
|
||||
character,
|
||||
|
Loading…
Reference in New Issue
Block a user