Gestouch is a very basic framework that helps you to detect gestures. This framework is aimed to simplify the process of detecting raw TouchEvents and processing them into a specific gesture(s).
Some of the features:
- Doesn’t require any additional software (uses runtimes build-in touch support);
- Doesn’t break your DisplayList architecture (doesn’t require any wrappers, so could be easily used for Flex development);
- Basically allows you to write multi-user interfaces;
- Extendable. You can write your own application-specific gestures;