Module input::event::tablet_tool
[−]
[src]
Tablet tool event types
Reexports
pub use event::pointer::ButtonState; |
Structs
| TabletTool |
An object representing a tool being used by a device with the
|
| TabletToolAxisEvent |
One or more axes have changed state on a device with the
|
| TabletToolButtonEvent |
Signals that a tool has changed a logical button state on a device with the
|
| TabletToolProximityEvent |
Signals that a tool has come in or out of proximity of a device with the
|
| TabletToolTipEvent |
Signals that a tool has come in contact with the surface of a device with the
|
Enums
| ProximityState |
The state of proximity for a tool on a device. |
| TabletToolEvent |
An event related to a tablet tool |
| TabletToolType |
Available tool types for a device with the |
| TipState |
The tip contact state for a tool on a device. |
Traits
| TabletToolEventTrait |
Common functions all TabletTool-Events implement. |