Struct uinput::device::Device [] [src]

pub struct Device { /* fields omitted */ }

The virtual device.

Methods

impl Device
[src]

[src]

Wrap a file descriptor in a Device.

[src]

Synchronize the device.

[src]

Send an event.

[src]

Send a press event.

[src]

Send a release event.

[src]

Send a press and release event.

[src]

Send a relative or absolute positioning event.

Trait Implementations

impl Drop for Device
[src]

[src]

Executes the destructor for this type. Read more