]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Get rid of KEY_ASCII and KEY_SPECIAL
[vlc] / include / vlc_keys.h
index f78fd3a60dc1002da48d20b4b888716634e2dbcb..642e361ba8993574141e612c8dc5210ffb4e7031 100644 (file)
@@ -37,7 +37,6 @@
 #define KEY_MODIFIER_META    0x08000000
 #define KEY_MODIFIER_COMMAND 0x10000000
 
-#define KEY_SPECIAL          0x00FF0000
 #define KEY_LEFT             0x00010000
 #define KEY_RIGHT            0x00020000
 #define KEY_UP               0x00030000
@@ -89,7 +88,6 @@
 #define KEY_MEDIA_STOP       0x002b0000
 #define KEY_MEDIA_PLAY_PAUSE 0x002c0000
 
-#define KEY_ASCII            0x0000007F
 #define KEY_UNSET            0
 
 typedef struct key_descriptor_s