Enum evdev_rs::ReadStatus
[−]
[src]
pub enum ReadStatus {
Success,
Sync,
}Variants
Successnext_event has finished without an error and an event is available
for processing.
SyncDepending on the next_event read flag:
libevdev received a SYN_DROPPED from the device, and the caller should
now resync the device, or, an event has been read in sync mode.