25 #ifndef SERVER_INPUT_MONITOR_HPP
26 #define SERVER_INPUT_MONITOR_HPP
31 #include <linux/input.h>
64 void setHandler(
const std::string& devicePath);
73 #endif // SERVER_INPUT_MONITOR_HPP
Definition: zones-manager.hpp:51
unsigned int Events
bitmask of EPOLL* constants
Definition: events.hpp:39
This class waits on registered file descriptor for events.
Definition: event-poll.hpp:47