Multitouch Gesture: 3 Finger Drag (Composition by smokris)

Author: smokris
License: MIT
Date: 2009.11.27
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Detects three simultaneous touches; tracks motion along the X and Y axes.

PreviewAttachmentSize
MultitouchGesture3FingerDrag.qtz9.48 KB

dust's picture
Re: Multitouch Gesture: 3 Finger Drag (Composition by ...

so if you do count == 3 in the expression patch it acts like logic if statement ? thats pretty convenient.

i like your examples because they are very proper. like using the standard deviation of the all 3 touch positions average mean to drive your scaled drag is how i should be doing it. i usually just use the position of the first touch.