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) {