diff options
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 | ||
