comparison input/input.h @ 17911:52f95509cd05

Add the new property API and implement a couple properties. Move the volume and mute command to the command to property bridge.
author albeu
date Wed, 22 Mar 2006 00:19:02 +0000
parents 633f3d0a621b
children 8c35bd43135f
comparison
equal deleted inserted replaced
17910:5ae29dc47c17 17911:52f95509cd05
67 #define MP_CMD_GET_TIME_POS 63 67 #define MP_CMD_GET_TIME_POS 63
68 #define MP_CMD_SUB_LOAD 64 68 #define MP_CMD_SUB_LOAD 64
69 #define MP_CMD_SUB_REMOVE 65 69 #define MP_CMD_SUB_REMOVE 65
70 #define MP_CMD_KEYDOWN_EVENTS 66 70 #define MP_CMD_KEYDOWN_EVENTS 66
71 #define MP_CMD_VO_BORDER 67 71 #define MP_CMD_VO_BORDER 67
72 #define MP_CMD_SET_PROPERTY 68
73 #define MP_CMD_GET_PROPERTY 69
72 74
73 #define MP_CMD_GUI_EVENTS 5000 75 #define MP_CMD_GUI_EVENTS 5000
74 #define MP_CMD_GUI_LOADFILE 5001 76 #define MP_CMD_GUI_LOADFILE 5001
75 #define MP_CMD_GUI_LOADSUBTITLE 5002 77 #define MP_CMD_GUI_LOADSUBTITLE 5002
76 #define MP_CMD_GUI_ABOUT 5003 78 #define MP_CMD_GUI_ABOUT 5003