[Mplayer-cvslog] CVS: main/input input.h,1.48,1.49
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Thu Oct 14 01:38:14 CEST 2004
    
    
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv31355/input
Modified Files:
	input.h 
Log Message:
Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- input.h	12 Oct 2004 22:10:55 -0000	1.48
+++ input.h	13 Oct 2004 23:38:11 -0000	1.49
@@ -109,8 +109,8 @@
 #define MP_INPUT_NOTHING -3
 
 // For the key's drivers, if possible you can send key up and key down
-// events. Key up is the default, to send a key down you must or the key
-// code with MP_KEY_DOWN.
+// events. Key up is the default, to send a key down you must use the 
+// OR operator between the key code and MP_KEY_DOWN.
 #define MP_KEY_DOWN (1<<29)
 // Use this when the key shouldn't be auto-repeated (like mouse buttons)
 #define MP_NO_REPEAT_KEY (1<<28)
    
    
More information about the MPlayer-cvslog
mailing list