summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-02 12:44:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-02 12:44:33 +0100
commit1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db (patch)
treeea29c4c65090d49da9a859639565c880a0e16b42 /remote.h
parentbb7d8b3b5bdf35ff088c90120cd60c0e9c532e0c (diff)
downloadvdr-1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db.tar.gz
vdr-1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db.tar.bz2
Avoiding an extra key press event if the repeat function kicks in when controlling VDR via the PC keyboard
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote.h b/remote.h
index 46ad9564..7c081d47 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.41 2008/02/23 14:38:47 kls Exp $
+ * $Id: remote.h 2.1 2013/02/02 12:44:33 kls Exp $
*/
#ifndef __REMOTE_H
@@ -111,6 +111,7 @@ private:
int ReadKey(void);
uint64_t ReadKeySequence(void);
int MapCodeToFunc(uint64_t Code);
+ void PutKey(uint64_t Code, bool Repeat = false, bool Release = false);
public:
cKbdRemote(void);
virtual ~cKbdRemote();