diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-01 14:28:47 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-01 14:28:47 +0100 |
commit | 26cb900ddf265fce62066a01b4556ba18c5579ca (patch) | |
tree | e3ed2e51c2e9deab6fc89955cd9b81985c0a314f /remote.h | |
parent | 06b2245bcdb23d00a2f1c8ffe197a2207ccc8add (diff) | |
download | vdr-26cb900ddf265fce62066a01b4556ba18c5579ca.tar.gz vdr-26cb900ddf265fce62066a01b4556ba18c5579ca.tar.bz2 |
Fixed handling multi byte key sequences in cKbdRemote
Diffstat (limited to 'remote.h')
-rw-r--r-- | remote.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |