git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make next/prev repeatable
[enigma2.git]
/
lib
/
driver
/
rcinput.h
1
#ifndef __rcdbox_h
2
#define __rcdbox_h
3
4
#include <lib/driver/rc.h>
5
6
class eRCDeviceInputDev: public eRCDevice
7
{
8
public:
9
void handleCode(int code);
10
eRCDeviceInputDev(eRCInputEventDriver *driver);
11
const char *getDescription() const;
12
};
13
14
#endif