comparison input/input.h @ 19912:3fdb44285fe7

introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0); it's used to activate the button corresponding to the last mouse position. This is a workaround against possibly buggy implementation of upper_lower/upper_button_select() and friends; will be removed when possible
author nicodvb
date Tue, 19 Sep 2006 23:50:21 +0000
parents 2ca75d2fbcc6
children 8fa904597f2a
comparison
equal deleted inserted replaced
19911:2ca75d2fbcc6 19912:3fdb44285fe7
111 #define MP_CMD_DVDNAV_LEFT 3 111 #define MP_CMD_DVDNAV_LEFT 3
112 #define MP_CMD_DVDNAV_RIGHT 4 112 #define MP_CMD_DVDNAV_RIGHT 4
113 #define MP_CMD_DVDNAV_MENU 5 113 #define MP_CMD_DVDNAV_MENU 5
114 #define MP_CMD_DVDNAV_SELECT 6 114 #define MP_CMD_DVDNAV_SELECT 6
115 #define MP_CMD_DVDNAV_PREVMENU 7 115 #define MP_CMD_DVDNAV_PREVMENU 7
116 #define MP_CMD_DVDNAV_MOUSECLICK 8
116 117
117 /// Console commands 118 /// Console commands
118 #define MP_CMD_CHELP 7000 119 #define MP_CMD_CHELP 7000
119 #define MP_CMD_CEXIT 7001 120 #define MP_CMD_CEXIT 7001
120 #define MP_CMD_CHIDE 7002 121 #define MP_CMD_CHIDE 7002