I wonder, what a flick is? I did a google search (please mind, that I am no native English speaker) and found the term being used in conjunction with 'wrist', like wrist flick.
In the docs (https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/FlickEvent.html) you read:
FlickEvent is an object sent to InputDelegate when there is a flick interaction with the device's touch screen.
The event has some interesting properties, like:
- getCoordinates() as Lang.Array<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.
I searched through the docs, and found no info. There is no example for FlickEvent, either.
Can someone explain, what is the flick event and when it occurs?
Is there a way to reproduce a flick in the simulator?
Regards,
Karol