Add Gesture support
Only supports OnRelease right now. Also, some bugs were spotted while writing this: - Sometimes deadlocks on startup (cause unknown) - Sometimes valid CIDs will be unknown (bug may have been fixed?)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace logid
|
||||
int workerCount() const;
|
||||
private:
|
||||
std::map<std::string, std::string> _device_paths;
|
||||
std::chrono::milliseconds _io_timeout;
|
||||
std::chrono::milliseconds _io_timeout = LOGID_DEFAULT_RAWDEVICE_TIMEOUT;
|
||||
int _worker_threads;
|
||||
libconfig::Config _config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user