Changed all key translation to arrays.

This commit is contained in:
Camilla Berglund
2014-03-30 16:23:22 +02:00
parent 2b62858770
commit 1495134398
9 changed files with 368 additions and 447 deletions
+1
View File
@@ -76,6 +76,7 @@ typedef struct _GLFWlibraryNS
id autoreleasePool;
id cursor;
short int publicKeys[256];
char* clipboardString;
} _GLFWlibraryNS;