Fixed print screen key input for all platforms.

This commit is contained in:
SephiRok
2013-02-21 18:39:22 +01:00
committed by Camilla Berglund
parent 788bbefd8e
commit 1ae9ce1e0a
5 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ static int convertMacKeyCode(unsigned int macKeyCode)
/* 66 */ -1,
/* 67 */ GLFW_KEY_F11,
/* 68 */ -1,
/* 69 */ GLFW_KEY_F13,
/* 69 */ GLFW_KEY_PRINT_SCREEN,
/* 6a */ GLFW_KEY_F16,
/* 6b */ GLFW_KEY_F14,
/* 6c */ -1,