Versions in this module Expand all Collapse all v0 v0.1.2 Jan 25, 2021 v0.1.1 Jan 25, 2021 Changes in this version + type Event struct + CurrentPos Point + DoublePress bool + Drag bool + InitialPos Point + LongPress bool + Time time.Time + Type Type + type EventFilter struct + EventDeque screen.EventDeque + func (f *EventFilter) Filter(e interface{}) interface{} + type Point struct + X float32 + Y float32 + type Type uint8 + const TypeDrag + const TypeEnd + const TypeIsDoublePress + const TypeIsDrag + const TypeIsLongPress + const TypeStart + const TypeTap + func (t Type) String() string