Struct evdev::Device [] [src]

pub struct Device { /* fields omitted */ }

Methods

impl Device
[src]

Synchronize the Device state with the kernel device state.

If there is an error at any point, the state will not be synchronized completely.

Exposes the raw evdev events without doing synchronization on SYN_DROPPED.

Exposes the raw evdev events, doing synchronization on SYN_DROPPED.

Will insert "fake" events

Trait Implementations

impl Debug for Device
[src]

Formats the value using the given formatter.

impl Display for Device
[src]

Formats the value using the given formatter. Read more

impl Drop for Device
[src]

A method called when the value goes out of scope. Read more