X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/41ede5ef8052385661577e28e2f3c96c9377c4ee..d04e6435efecf42a192a4f6c71dca9a1a053d5fb:/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