Class: Toybox.WatchUi.FlickEvent
- Inherits:
-
Toybox.Lang.Object
Overview
FlickEvent is an object sent to InputDelegate when there is a flick interaction with the device's touch screen.
See Also:
Instance Method Summary collapse
-
getCoordinates() as [ Lang.Number, Lang.Number ]
Get the coordinates of a click event.
-
getDirection() as Lang.Number
Get the direction of the flick.
-
getDistance() as Lang.Number
Get the distance of the flick.
-
getVelocity() as Lang.Float
Get the velocity of the flick.
Instance Method Details
getCoordinates() as [ Lang.Number, Lang.Number ]
Get the coordinates of a click event.
getDirection() as Lang.Number
Get the direction of the flick.
getDistance() as Lang.Number
Get the distance of the flick.
getVelocity() as Lang.Float
Get the velocity of the flick.