X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdriver%2Frcinput.h;h=3b4579c56ba611938fffda2b1fc05e07ad374533;hb=384ebbd48bbc569ee2e66dfb1f844ffdd4d57514;hp=c13eafb13d72908c59e8152a3c0690058c0b15c0;hpb=d63d2c3c6cbbd574dda4f8b00ebe6c661735edd5;p=vuplus_dvbapp diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h index c13eafb..3b4579c 100644 --- a/lib/driver/rcinput.h +++ b/lib/driver/rcinput.h @@ -5,13 +5,12 @@ 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; + void setExclusive(bool); }; #endif