mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +00:00
X11 fix for errorneous change in previous commit.
This commit is contained in:
parent
b04b98986a
commit
993e1acf69
@ -308,7 +308,7 @@ static void updateKeyCodeLUT(void)
|
|||||||
// lookups
|
// lookups
|
||||||
for (keyCode = 0; keyCode < 256; keyCode++)
|
for (keyCode = 0; keyCode < 256; keyCode++)
|
||||||
{
|
{
|
||||||
//if (_glfw.x11.keyCodeLUT[keyCode] < 0)
|
if (_glfw.x11.keyCodeLUT[keyCode] < 0)
|
||||||
_glfw.x11.keyCodeLUT[keyCode] = translateKey(keyCode);
|
_glfw.x11.keyCodeLUT[keyCode] = translateKey(keyCode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user