Fixed F13 being reported as PrtSc on OS X.

This commit is contained in:
Camilla Berglund
2013-09-26 19:57:42 +02:00
parent 07db5daa61
commit 5759d0fdf2
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ static int translateKey(unsigned int key)
/* 66 */ GLFW_KEY_UNKNOWN,
/* 67 */ GLFW_KEY_F11,
/* 68 */ GLFW_KEY_UNKNOWN,
/* 69 */ GLFW_KEY_PRINT_SCREEN,
/* 69 */ GLFW_KEY_F13,
/* 6a */ GLFW_KEY_F16,
/* 6b */ GLFW_KEY_F14,
/* 6c */ GLFW_KEY_UNKNOWN,