[MPlayer-cvslog] r19858 - trunk/input/input.c

nicodvb subversion at mplayerhq.hu
Sat Sep 16 17:38:21 CEST 2006


Author: nicodvb
Date: Sat Sep 16 17:38:21 2006
New Revision: 19858

Modified:
   trunk/input/input.c

Log:
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)

Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c	(original)
+++ trunk/input/input.c	Sat Sep 16 17:38:21 2006
@@ -318,6 +318,7 @@
   { { KEY_KP6, 0 }, "dvdnav 4" },   // right
   { { KEY_KP5, 0 }, "dvdnav 5" },   // menu
   { { KEY_KPENTER, 0 }, "dvdnav 6" },   // select
+  { { MOUSE_BTN0, 0 }, "dvdnav 6" },   //select
   { { KEY_KP7, 0 }, "dvdnav 7" },   // previous menu
 #endif
 



More information about the MPlayer-cvslog mailing list