pub const INPUT_DIRECTORY: &str = "/dev/input";Expand description
Default path to the Linux input device directory.
DeviceManager scans this directory for event* device nodes and
watches it with inotify for hotplug events.
pub const INPUT_DIRECTORY: &str = "/dev/input";Default path to the Linux input device directory.
DeviceManager scans this directory for event* device nodes and
watches it with inotify for hotplug events.