make menu text translatable
[enigma2.git] / lib / driver / rcinput.h
index c13eafb13d72908c59e8152a3c0690058c0b15c0..c7f56975cd31b18f93cf42efc7252d9b079afd53 100644 (file)
@@ -5,13 +5,11 @@
 
 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;
 };
 
 #endif