summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-01 14:28:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-01 14:28:47 +0100
commit26cb900ddf265fce62066a01b4556ba18c5579ca (patch)
treee3ed2e51c2e9deab6fc89955cd9b81985c0a314f /remote.h
parent06b2245bcdb23d00a2f1c8ffe197a2207ccc8add (diff)
downloadvdr-26cb900ddf265fce62066a01b4556ba18c5579ca.tar.gz
vdr-26cb900ddf265fce62066a01b4556ba18c5579ca.tar.bz2
Fixed handling multi byte key sequences in cKbdRemote
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/remote.h b/remote.h
index f7917baa..4fd26d8e 100644
--- a/remote.h
+++ b/remote.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remote.h 1.31 2005/09/03 12:28:42 kls Exp $
+ * $Id: remote.h 1.32 2006/01/01 14:00:50 kls Exp $
*/
#ifndef __REMOTE_H
@@ -89,6 +89,8 @@ private:
static bool rawMode;
struct termios savedTm;
virtual void Action(void);
+ int ReadKey(void);
+ uint64 ReadKeySequence(void);
int MapCodeToFunc(uint64 Code);
public:
cKbdRemote(void);