From 189e0d00a625fc3dc03adcbb196a1604074a329f Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 27 Jun 2005 08:16:23 +0000 Subject: consume empty lirc events at once. Patch by Lev A. Melnikovsky {leva at kapitza ras ru}. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15826 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 43ea58d69e..a4751e788b 100644 --- a/input/input.h +++ b/input/input.h @@ -115,6 +115,8 @@ #define MP_INPUT_DEAD -2 // No input was available #define MP_INPUT_NOTHING -3 +//! Input will be available if you try again +#define MP_INPUT_RETRY -4 // 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 use the -- cgit v1.2.3