Module input::event::gesture [] [src]

Gesture event types

Structs

GesturePinchBeginEvent

Pinch gesture began

GesturePinchEndEvent

Pinch gesture ended

GesturePinchUpdateEvent

In-progress pinch gesture updated

GestureSwipeBeginEvent

Swipe gesture began

GestureSwipeEndEvent

Swipe gesture ended

GestureSwipeUpdateEvent

In-progress swipe gesture updated

Enums

GestureEvent

A gesture related Event

GesturePinchEvent

Events for pinch gestures

GestureSwipeEvent

Events for swipe gestures

Traits

GestureEndEvent

Common functions for events noting the end of a gesture

GestureEventCoordinates

Common functions for Gesture-Events having coordinates.

GestureEventTrait

Common functions all Gesture-Events implement.

GesturePinchEventTrait

Common functions for pinch gesture events

GestureSwipeEventTrait

Common functions for swipe gesture events