diff options
Diffstat (limited to 'inputdev.h')
-rw-r--r-- | inputdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -43,6 +43,9 @@ private: cMutex dev_mutex_; + unsigned int repeat_delay_ms_; + unsigned int repeat_rate_ms_; + cInputDeviceController(cInputDeviceController const &); bool open_generic(int fd_udev); @@ -76,6 +79,9 @@ public: void remove_device(char const *dev); void remove_device(class cInputDevice *dev); + bool set_repeat_rate(unsigned int delay_ms, + unsigned int rate_ms); + static void close(int &fd); bool Put(uint64_t Code, bool Repeat, bool Release) { |