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