X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/41ede5ef8052385661577e28e2f3c96c9377c4ee..672640e924d5c61ec03919b977d38fa2783ad1c8:/lib/driver/rcinput.h diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h index 6c180170..3b4579c5 100644 --- a/lib/driver/rcinput.h +++ b/lib/driver/rcinput.h @@ -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