Merge branch 'bug_538_ignore_global_actions_in_standby'
[enigma2.git] / lib / driver / rcinput.h
index 6c180170925397cae351a44482700357cd9c7021..3b4579c56ba611938fffda2b1fc05e07ad374533 100644 (file)
@@ -5,10 +5,12 @@
 
 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