Module input::event::tablet_pad [] [src]

Tablet pad event types

Reexports

pub use super::pointer::ButtonState;

Structs

TabletPadButtonEvent

A button pressed on a device with the DeviceCapability::TabletPad capability.

TabletPadModeGroup

A mode on a tablet pad is a virtual grouping of functionality, usually based on some visual feedback like LEDs on the pad.

TabletPadRingEvent

A status change on a tablet ring with the DeviceCapability::TabletPad capability.

TabletPadStripEvent

A status change on a strip on a device with the DeviceCapability::TabletPad capability.

Enums

RingAxisSource

The source for a TabletPadRingEvent event.

StripAxisSource

The source for a TabletPadStripEvent event.

TabletPadEvent

A tablet-pad related Event

Traits

TabletPadEventTrait

Common functions all TabletPad-Events implement.