From 684f9e9603dd83ff284e079966c30c06b4414067 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Tue, 7 Apr 2015 23:00:56 +0200 Subject: [PATCH] Fixed typo in gesture README. --- docs/README-gesture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-gesture.md b/docs/README-gesture.md index 7b90b54d95a5d..7e9f95bc1f96e 100644 --- a/docs/README-gesture.md +++ b/docs/README-gesture.md @@ -1,6 +1,6 @@ Dollar Gestures =========================================================================== -SDL Provides an implementation of the $1 gesture recognition system. This allows for recording, saving, loading, and performing single stroke gestures. +SDL provides an implementation of the $1 gesture recognition system. This allows for recording, saving, loading, and performing single stroke gestures. Gestures can be performed with any number of fingers (the centroid of the fingers must follow the path of the gesture), but the number of fingers must be constant (a finger cannot go down in the middle of a gesture). The path of a gesture is considered the path from the time when the final finger went down, to the first time any finger comes up.