Module input::event::pointer

source ·
Expand description

Pointer event types

Structs

An event related to moving axis on a pointer device
An event related to button pressed on a pointer device
An event related to absolute pointer movement
An event related to moving a pointer

Enums

Axes on a device with the pointer capability that are not x or y coordinates.
The source for a PointerAxisEvent.
State of a Button
A pointer related Event

Traits

Common functions for all Pointer-Events implement.