fix comment, add 16:9 letterbox
[enigma2.git] / lib / driver / rcinput.h
index c13eafb13d72908c59e8152a3c0690058c0b15c0..2e288baaa20cbd9f42921138bfeb7f909b173224 100644 (file)
@@ -5,13 +5,11 @@
 
 class eRCDeviceInputDev: public eRCDevice
 {
+       int iskeyboard;
 public:
        void handleCode(int code);
        eRCDeviceInputDev(eRCInputEventDriver *driver);
        const char *getDescription() const;
-
-       const char *getKeyDescription(const eRCKey &key) const;
-       int getKeyCompatibleCode(const eRCKey &key) const;
 };
 
 #endif