# HG changeset patch # User diego # Date 1097710691 0 # Node ID 9a270ee1682efa73df3764480fc70dffa67a9032 # Parent 1952baa5cd51c4b668e644ac2bce02b1d6144b9f Comment clarified, patch by Sylvain Colinet . diff -r 1952baa5cd51 -r 9a270ee1682e input/input.h --- a/input/input.h Wed Oct 13 19:53:29 2004 +0000 +++ b/input/input.h Wed Oct 13 23:38:11 2004 +0000 @@ -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)