Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2017 Changes in this version + type ButtonEvent struct + Inside bool + Kind EventKind + Timestamp time.Time + type ButtonRecognizer struct + IgnoresScroll bool + OnTouch func(e *ButtonEvent) + type EventKind int + const EventKindChanged + const EventKindFailed + const EventKindPossible + const EventKindRecognized + type PressEvent struct + Duration time.Duration + Kind EventKind + Position layout.Point + Timestamp time.Time + type PressRecognizer struct + MinDuration time.Duration + OnTouch func(e *PressEvent) + type Recognizer interface + type RecognizerList []Recognizer + func (r RecognizerList) OptionsKey() string + type TapEvent struct + Position layout.Point + Timestamp time.Time + type TapRecognizer struct + Count int + OnTouch func(*TapEvent)