aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/driver/rcinput.h')
-rw-r--r--lib/driver/rcinput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h
index c7f56975..3b4579c5 100644
--- a/lib/driver/rcinput.h
+++ b/lib/driver/rcinput.h
@@ -10,6 +10,7 @@ public:
void handleCode(long code);
eRCDeviceInputDev(eRCInputEventDriver *driver);
const char *getDescription() const;
+ void setExclusive(bool);
};
#endif