diff 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
line wrap: on
line diff
--- a/input/input.h	Tue Sep 19 22:59:05 2006 +0000
+++ b/input/input.h	Tue Sep 19 23:50:21 2006 +0000
@@ -113,6 +113,7 @@
 #define MP_CMD_DVDNAV_MENU      5
 #define MP_CMD_DVDNAV_SELECT    6
 #define MP_CMD_DVDNAV_PREVMENU  7
+#define MP_CMD_DVDNAV_MOUSECLICK  8
 
 /// Console commands
 #define MP_CMD_CHELP 7000