summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-13 23:38:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-13 23:38:11 +0000
commit9886b77e943948552570c6feff7d7bdf7c2dd96b (patch)
treea9fc21d7801853c2a6fb26809bc20918a91175a2 /input
parent0a715cbb97a2927cf866a97fc446e762bc0f1bf0 (diff)
downloadmpv-9886b77e943948552570c6feff7d7bdf7c2dd96b.tar.bz2
mpv-9886b77e943948552570c6feff7d7bdf7c2dd96b.tar.xz
Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13635 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/input.h b/input/input.h
index 4a2a10098d..70ffa33ca4 100644
--- a/input/input.h
+++ b/input/input.h
@@ -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)