From bc625b21b3fff0813b920538a3aa2056d7192bab Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 10 Nov 2013 14:03:34 +0100 Subject: [PATCH] Removed completed todo. --- src/cocoa_window.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 24a41fa0..81701941 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -266,7 +266,6 @@ static int translateFlags(NSUInteger flags) static int translateKey(unsigned int key) { // Keyboard symbol translation table - // TODO: Need to find mappings for F13-F15, volume down/up/mute, and eject. static const unsigned int table[128] = { /* 00 */ GLFW_KEY_A,