Expand description
Pointer event types
Structs§
- Pointer
Axis Event Deprecated - An event related to moving axis on a pointer device
- Pointer
Button Event - An event related to button pressed on a pointer device
- Pointer
Motion Absolute Event - An event related to absolute pointer movement
- Pointer
Motion Event - An event related to moving a pointer
- Pointer
Scroll Continuous Event - An event related to a continuous scroll source on a pointer device
- Pointer
Scroll Finger Event - An event related to moving a finger on a pointer device
- Pointer
Scroll Wheel Event - An event related to moving a scroll whell on a pointer device
Enums§
- Axis
- Axes on a device with the pointer capability that are not x or y coordinates.
- Axis
Source Deprecated - The source for a
PointerAxisEvent. - Button
State - State of a Button
- Pointer
Event - A pointer related
Event
Traits§
- Pointer
Event Trait - Common functions for all Pointer-Events implement.
- Pointer
Scroll Event - Common functions of PointerScroll type events