evdev
evdev copied to clipboard
Remove the evdev::Error type
Unnecessary, since all the errors that can happen are just standard OS errors. I was gonna make the InvalidEvent
condition just be a custom io::Error
, but I replaced with a panic, since it's more of an function signature thing than like, an IO error.