Expand description
Tablet pad event types
Re-exports§
pub use super::keyboard::KeyState;pub use super::pointer::ButtonState;pub use super::EventTrait;
Structs§
- Tablet
PadButton Event - A button pressed on a device with the
DeviceCapability::TabletPadcapability. - Tablet
PadKey Event - A key pressed on a device with the
DeviceCapability::TabletPadcapability. - Tablet
PadMode Group - A mode on a tablet pad is a virtual grouping of functionality, usually based on some visual feedback like LEDs on the pad.
- Tablet
PadRing Event - A status change on a tablet ring with the
DeviceCapability::TabletPadcapability. - Tablet
PadStrip Event - A status change on a strip on a device with the
DeviceCapability::TabletPadcapability.
Enums§
- Ring
Axis Source - The source for a
TabletPadRingEventevent. - Strip
Axis Source - The source for a
TabletPadStripEventevent. - Tablet
PadEvent - A tablet-pad related
Event
Traits§
- Tablet
PadEvent Trait - Common functions all TabletPad-Events implement.