diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-10-08 11:39:11 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-10-08 11:39:11 +0200 |
commit | 605d8df72ada13ae54fd4452f43f09f94ade87d1 (patch) | |
tree | 34dff9ced1c7c930e9e7e85e4ec6afa1173e0eb2 /interface.h | |
parent | 97c3bb61482855769f0208062610543475f02006 (diff) | |
download | vdr-605d8df72ada13ae54fd4452f43f09f94ade87d1.tar.gz vdr-605d8df72ada13ae54fd4452f43f09f94ade87d1.tar.bz2 |
Explicit Repeat/Release handling for remote control
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h index c5592983..e3bce38c 100644 --- a/interface.h +++ b/interface.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: interface.h 1.14 2000/10/07 16:17:53 kls Exp $ + * $Id: interface.h 1.15 2000/10/08 09:51:42 kls Exp $ */ #ifndef __INTERFACE_H @@ -22,7 +22,7 @@ private: int cols[MaxCols]; eKeys keyFromWait; cSVDRP *SVDRP; - unsigned int GetCh(bool Wait = true); + unsigned int GetCh(bool Wait = true, bool *Repeat = NULL, bool *Release = NULL); void QueryKeys(void); void HelpButton(int Index, const char *Text, eDvbColor FgColor, eDvbColor BgColor); eKeys Wait(int Seconds = 1, bool KeepChar = false); |