summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-06 22:32:42 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-06 22:32:42 +0200
commit9a61b96233e3142549322e942de788ec5dfad9ef (patch)
treeffe52f067dd37688f9543e42d249007c1102a637 /README
parent7db9d8d76ff61c4802ac15559dcea6fa54ff567a (diff)
Update README and copyright in all files
Add the author to the copyright, courtesy of Canonical Ltd. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 05a40e1..dfdd7bf 100644
--- a/README
+++ b/README
@@ -1,4 +1,16 @@
1grail - Gesture Recognition And Instantiation Library 1grail - Gesture Recognition And Instantiation Library
2 2
3This code defines an interface and tools for handling recognized 3This tree consists of an interface and tools for handling gesture
4gestures. 4recognition and gesture instantiation.
5
6When a multitouch gesture is performed on a device, the recognizer
7emits one or several possible gestures. Once the context of the
8gesture is known, i.e., in what window the touches land and what
9gestures the clients of that window listens to, the instantiator
10delivers the matching set of gestures.
11
12The library handles tentative getures, i.e., buffering of events for
13several alternative gestures until a match is confirmed.
14
15Enjoy,
16Henrik