Module pointer

Module pointer 

Source
Expand description

Pointer event types

Structs§

PointerAxisEventDeprecated
An event related to moving axis on a pointer device
PointerButtonEvent
An event related to button pressed on a pointer device
PointerMotionAbsoluteEvent
An event related to absolute pointer movement
PointerMotionEvent
An event related to moving a pointer
PointerScrollContinuousEvent
An event related to a continuous scroll source on a pointer device
PointerScrollFingerEvent
An event related to moving a finger on a pointer device
PointerScrollWheelEvent
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.
AxisSourceDeprecated
The source for a PointerAxisEvent.
ButtonState
State of a Button
PointerEvent
A pointer related Event

Traits§

PointerEventTrait
Common functions for all Pointer-Events implement.
PointerScrollEvent
Common functions of PointerScroll type events