TranscodingSetup : add framerate settings (25k, 50k)
[vuplus_dvbapp] / lib / driver / rcinput.h
index 2e288ba..3b4579c 100644 (file)
@@ -7,9 +7,10 @@ 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