Function evdev::enumerate [] [src]

pub fn enumerate() -> Vec<Device>

Crawls /dev/input for evdev devices.

Will not bubble up any errors in opening devices or traversing the directory. Instead returns an empty vector or omits the devices that could not be opened.