From e528a8c7a44f30230eb6f2a901a3703ca6c41ed1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 16 Aug 2015 15:12:02 +0200 Subject: [PATCH] Clarify comment for X11 translateKey --- src/x11_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_window.c b/src/x11_window.c index bf281dd1..224d7ae5 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -157,7 +157,7 @@ static int translateState(int state) return mods; } -// Translates an X Window key to internal coding +// Translates an X11 key code to a GLFW key token // static int translateKey(int scancode) {