diff input/input.h @ 4858:65730cea02e7

add half new input support for gui
author pontscho
date Mon, 25 Feb 2002 13:14:27 +0000
parents 5a71377d2759
children 9842148f6053
line wrap: on
line diff
--- a/input/input.h	Mon Feb 25 11:13:34 2002 +0000
+++ b/input/input.h	Mon Feb 25 13:14:27 2002 +0000
@@ -23,6 +23,17 @@
 #define MP_CMD_TV_STEP_CHANNEL_LIST 19
 #define MP_CMD_VO_FULLSCREEN 20
 
+#define MP_CMD_GUI_EVENTS       5000
+#define MP_CMD_GUI_LOADFILE     5001
+#define MP_CMD_GUI_LOADSUBTITLE 5002
+#define MP_CMD_GUI_ABOUT        5003
+#define MP_CMD_GUI_PLAY         5004
+#define MP_CMD_GUI_STOP         5005
+#define MP_CMD_GUI_PLAYLIST     5006
+#define MP_CMD_GUI_PREFERENCES  5007
+#define MP_CMD_GUI_FULLSCREEN   5008
+#define MP_CMD_GUI_SKINBROWSER  5009
+
 #define MP_CMD_ARG_INT 0
 #define MP_CMD_ARG_FLOAT 1
 #define MP_CMD_ARG_STRING 2