Crate embedded_touch

Source
Expand description

Common traits and types for touch screen drivers (and mice)

Structs§

Touch
Represents a single touch point on the screen
UnitAngle
An angle in the range [0, 2π) radians

Enums§

Error
Error types for touch operations
Phase
Phase of a touch interaction
PointerButton
The button state of a virtual pointer device
Tool
Tool/instrument used for touch interaction

Traits§

AsyncTouchInputDevice
Async interface for event-driven operation of touch devices
TouchInputDevice
Blocking interface for touch devices.