Module suzy::pointer[][src]

Pointer events are considered the primary input mechanism.

Pointer events may originate from a mouse or touchscreen.

Each unique pointer has a concept of being “grabbed” by a widget, in which case other widgets should generally ignore it.

Structs

PointerEvent

This struct will get passed to the pointer_event method of widget content.

PointerEventData

The data associated with a particular pointer event.

Enums

AltMouseButton

An enum for possible mouse buttons used besides the primary (left).

PointerAction

An enum describing the activity that generated a particular pointer event

PointerId

A unique id for a particular pointer