more accurate fast-forward/rewind
[vuplus_dvbapp] / lib / driver / rcinput.h
index 6c18017..c7f5697 100644 (file)
@@ -5,8 +5,9 @@
 
 class eRCDeviceInputDev: public eRCDevice
 {
+       int iskeyboard;
 public:
-       void handleCode(int code);
+       void handleCode(long code);
        eRCDeviceInputDev(eRCInputEventDriver *driver);
        const char *getDescription() const;
 };