Add scancode arrays for Wayland and Mir

Related to #830.
This commit is contained in:
Camilla Berglund
2016-08-14 14:42:47 +02:00
parent afb6e485b7
commit f17d60da64
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ typedef struct _GLFWlibraryMir
EventQueue* event_queue;
short int publicKeys[256];
short int nativeKeys[GLFW_KEY_LAST + 1];
pthread_mutex_t event_mutex;
pthread_cond_t event_cond;