Module input::event::touch [] [src]

Touch event types

Structs

TouchCancelEvent

An event cancelling previous events on this slot

TouchDownEvent

An event related to resting the finger on the screen

TouchFrameEvent

Signals the end of a set of touchpoints at one device sample time.

TouchMotionEvent

An event related to moving a finger on the screen

TouchUpEvent

An event related to lifting the finger on the screen

Enums

TouchEvent

A touch related Event

Traits

TouchEventPosition

Position related functions all TouchEvents implement, that have a screen position assigned to them.

TouchEventSlot

Touch slot related functions all TouchEvents implement, that can be mapped to slots.

TouchEventTrait

Common functions all Touch-Events implement.