mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Clarify comment for X11 translateKey
This commit is contained in:
parent
362751e4ef
commit
e528a8c7a4
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user