Name Date Size

.. 2012-03-26 22:13:54 100

build.flick.properties 2011-06-10 20:34:13 199

build.flick.xml 2010-07-01 01:19:22 290

build.move.properties 2011-06-10 20:34:13 197

build.move.xml 2010-07-01 01:19:22 273

build.xml 2011-07-13 03:23:43 709

HISTORY.md 2012-02-08 02:08:57 608

js 2012-02-08 02:08:57 4

meta 2011-05-27 09:55:48 3

README.md 2011-07-13 03:23:43 698

tests 2012-03-26 22:13:54 6

README.md

The gestures module provides gesture events such as "flick"
and "gesturemove", which normalize user interactions across
touch and mouse or pointer based input devices.
This layer can be used by application developers to build
input device agnostic components which behave the same in
response to either touch or mouse based interaction.
It rolls up the following submodules:
event-flick
Provides a "flick" event which notifies
users interested in a "flick" gesture, providing distance,
time and velocity information.
event-move
Provides "gesturemovestart", "gesturemove" and "gesturemoveend"
events, which can be used to normalize drag type interactions
across touch and mouse devices.