X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fce04ebed510a97e17f019a35c327dce78b6d916..72e36c763566033b8ef325b49d6efe60cf8d3757:/lib/driver/rcinput.h diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h index 2e288baa..3b4579c5 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