Searched refs:INPUT_DEVICES_PATH (Results 1 – 1 of 1) sorted by relevance
37 constexpr auto INPUT_DEVICES_PATH { "/dev/input/" }; variable69 if (inotify_add_watch(fd, INPUT_DEVICES_PATH, IN_DELETE | IN_CREATE) < 0) { in Init()85 auto* dir = opendir(INPUT_DEVICES_PATH); in Scan()95 addFunc_(std::string{INPUT_DEVICES_PATH} + entry->d_name); in Scan()121 …auto path = INPUT_DEVICES_PATH + std::string{reinterpret_cast<char*>(event_buf + pos + sizeof(even… in OnEvent()