mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Message tweak.
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ static void key_callback(GLFWwindow window, int key, int action)
|
|||||||
|
|
||||||
static void char_callback(GLFWwindow window, int character)
|
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++,
|
counter++,
|
||||||
glfwGetTime(),
|
glfwGetTime(),
|
||||||
character,
|
character,
|
||||||
|
|||||||
Reference in New Issue
Block a user