diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 22:32:42 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 22:32:42 +0200 |
| commit | 9a61b96233e3142549322e942de788ec5dfad9ef (patch) | |
| tree | ffe52f067dd37688f9543e42d249007c1102a637 /README | |
| parent | 7db9d8d76ff61c4802ac15559dcea6fa54ff567a (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-- | README | 16 |
1 files changed, 14 insertions, 2 deletions
| @@ -1,4 +1,16 @@ | |||
| 1 | grail - Gesture Recognition And Instantiation Library | 1 | grail - Gesture Recognition And Instantiation Library |
| 2 | 2 | ||
| 3 | This code defines an interface and tools for handling recognized | 3 | This tree consists of an interface and tools for handling gesture |
| 4 | gestures. | 4 | recognition and gesture instantiation. |
| 5 | |||
| 6 | When a multitouch gesture is performed on a device, the recognizer | ||
| 7 | emits one or several possible gestures. Once the context of the | ||
| 8 | gesture is known, i.e., in what window the touches land and what | ||
| 9 | gestures the clients of that window listens to, the instantiator | ||
| 10 | delivers the matching set of gestures. | ||
| 11 | |||
| 12 | The library handles tentative getures, i.e., buffering of events for | ||
| 13 | several alternative gestures until a match is confirmed. | ||
| 14 | |||
| 15 | Enjoy, | ||
| 16 | Henrik | ||
