TranscodingSetup : add framerate settings (25k, 50k)
[vuplus_dvbapp] / lib / driver / rcinput.h
index c13eafb..3b4579c 100644 (file)
@@ -5,13 +5,12 @@
 
 class eRCDeviceInputDev: public eRCDevice
 {
+       int iskeyboard;
 public:
-       void handleCode(int code);
+       void handleCode(long code);
        eRCDeviceInputDev(eRCInputEventDriver *driver);
        const char *getDescription() const;
-
-       const char *getKeyDescription(const eRCKey &key) const;
-       int getKeyCompatibleCode(const eRCKey &key) const;
+       void setExclusive(bool);
 };
 
 #endif