evdev icon indicating copy to clipboard operation
evdev copied to clipboard

Remove the evdev::Error type

Open coolreader18 opened this issue 1 year ago • 0 comments

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.

coolreader18 avatar Feb 21 '24 00:02 coolreader18