Module tablet_pad

Module tablet_pad 

Source
Expand description

Tablet pad event types

Re-exports§

pub use super::keyboard::KeyState;
pub use super::pointer::ButtonState;
pub use super::EventTrait;

Structs§

TabletPadButtonEvent
A button pressed on a device with the DeviceCapability::TabletPad capability.
TabletPadKeyEvent
A key 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.