Expand description
Pointer Event Types
Structs§
- Persistent
Device Id - An identifier for the pointing device that is stable across the session.
- Pointer
Button Event - An event representing a
PointerButtonthat was pressed or released. - Pointer
Buttons - A set of
PointerButtons. - Pointer
Gesture Event - An event representing a gesture
- Pointer
Id - A unique identifier for the pointer.
- Pointer
Info - Identifying information about a pointer, stable across states.
- Pointer
Orientation - Orientation of a pointer.
- Pointer
Scroll Event - An event representing a scroll
- Pointer
State - A single pointer state.
- Pointer
Update - A pointer update, along with coalesced and predicted states.
Enums§
- Pointer
Button - Describes a button of a pointer input device, such as a mouse or stylus pen.
- Pointer
Event - A standard
PointerEvent. - Pointer
Gesture - A touchpad gesture for pointer.
- Pointer
Type - The type of device that has generated a pointer event.
Type Aliases§
- Contact
Geometry - The size of an input, usually touch.