Skip to content

Commit 670d9d5

Browse files
committed
Gestures formatting
1 parent 8ea513e commit 670d9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/gestures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ label.on(gestures.GestureTypes.rotation, function (args: gestures.RotationGestur
177177
## Touch
178178

179179
**Action: A finger action was performed.**
180+
180181
This is a general purpose gesture that is triggered whenever pointer (usually finger) has performed a touch action (up, down, move or cancel). `TouchGestureEventData` provides information about all the pointers currently on the screen and their position inside the view that triggered the event.
181182

182183
``` JavaScript

0 commit comments

Comments
 (0)