X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/41ede5ef8052385661577e28e2f3c96c9377c4ee..5d3a1e16b59fdc52739c4965e4d0c68534642852:/lib/driver/rcinput.h diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h index 6c180170..c7f56975 100644 --- a/lib/driver/rcinput.h +++ b/lib/driver/rcinput.h @@ -5,8 +5,9 @@ class eRCDeviceInputDev: public eRCDevice { + int iskeyboard; public: - void handleCode(int code); + void handleCode(long code); eRCDeviceInputDev(eRCInputEventDriver *driver); const char *getDescription() const; };