make menu text translatable
[enigma2.git] / lib / driver / rcinput.h
index 6c180170925397cae351a44482700357cd9c7021..c7f56975cd31b18f93cf42efc7252d9b079afd53 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;
 };