Skip to main content

Crate axdriver_input

Crate axdriver_input 

Source
Expand description

Common traits and types for graphics display device drivers.

Re-exports§

pub use axdriver_base::BaseDriverOps;
pub use axdriver_base::DevError;
pub use axdriver_base::DevResult;
pub use axdriver_base::DeviceType;

Structs§

AbsInfo
Event
An input event, as defined by the Linux input subsystem.
InputDeviceId

Enums§

EventType

Traits§

InputDriverOps
Operations that require a graphics device driver to implement.