X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdriver%2Frcinput.h;h=3b4579c56ba611938fffda2b1fc05e07ad374533;hb=4712fa7b44263f0e9517bb5a4b1729d922994572;hp=2e288baaa20cbd9f42921138bfeb7f909b173224;hpb=fce04ebed510a97e17f019a35c327dce78b6d916;p=vuplus_dvbapp diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h index 2e288ba..3b4579c 100644 --- a/lib/driver/rcinput.h +++ b/lib/driver/rcinput.h @@ -7,9 +7,10 @@ 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