mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Fixed print screen key input for all platforms.
This commit is contained in:
committed by
Camilla Berglund
parent
788bbefd8e
commit
1ae9ce1e0a
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user