Clarify comment for X11 translateKey

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 362751e4ef
commit e528a8c7a4
  1. 2
      src/x11_window.c

@ -157,7 +157,7 @@ static int translateState(int state)
return mods; 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) static int translateKey(int scancode)
{ {

Loading…
Cancel
Save