Revision of Multitouch Gesture: 3 Finger Drag (Composition by smokris) from Fri, 2009-11-27 02:39

The revisions let you track differences between multiple versions of a post.

Author: smokris
License: (unknown)
Date: 2009.11.27
Compatibility:
Categories:
Required plugins:
(none)

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

PreviewAttachmentSize
MultitouchGesture3FingerDrag.qtz9.48 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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.