Expand description
Tablet tool event types
Structs§
- Tablet
Tool - An object representing a tool being used by a device with the
DeviceCapability::TabletToolcapability. - Tablet
Tool Axis Event - One or more axes have changed state on a device with the
DeviceCapability::TabletToolcapability. - Tablet
Tool Button Event - Signals that a tool has changed a logical button state on a device with the
DeviceCapability::TabletToolcapability. - Tablet
Tool Proximity Event - Signals that a tool has come in or out of proximity of a device with the
DeviceCapability::TabletToolcapability. - Tablet
Tool TipEvent - Signals that a tool has come in contact with the surface of a device with the
DeviceCapability::TabletToolcapability.
Enums§
- Proximity
State - The state of proximity for a tool on a device.
- Tablet
Tool Event - An event related to a tablet tool
- Tablet
Tool Type - Available tool types for a device with the
DeviceCapability::TabletToolcapability. - TipState
- The tip contact state for a tool on a device.
Traits§
- Tablet
Tool Event Trait - Common functions all TabletTool-Events implement.