<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multi-touch Gesture Recognition in Silverlight 3</title>
	<atom:link href="http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/</link>
	<description>Musings + some code.</description>
	<lastBuildDate>Tue, 19 Jan 2010 15:49:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jesse</title>
		<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/comment-page-1/#comment-6</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jebishop.com/?p=12#comment-6</guid>
		<description>Hi Cedric,
A &quot;secondary finger&quot; can be any one after the first (primary).  They&#039;ll all send events, and since they&#039;re just calculated relative to the primary, it&#039;s actually fairly robust even with 3+ fingers on an element - e.g. putting 3 fingers on an element and rotating behaves similarly to only 2.

I wanted to keep this example fairly simple to show the concepts, but this could certainly be expanded to customize the behavior for other cases (e.g. multi-finger panning).</description>
		<content:encoded><![CDATA[<p>Hi Cedric,<br />
A &#8220;secondary finger&#8221; can be any one after the first (primary).  They&#8217;ll all send events, and since they&#8217;re just calculated relative to the primary, it&#8217;s actually fairly robust even with 3+ fingers on an element &#8211; e.g. putting 3 fingers on an element and rotating behaves similarly to only 2.</p>
<p>I wanted to keep this example fairly simple to show the concepts, but this could certainly be expanded to customize the behavior for other cases (e.g. multi-finger panning).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CedricSoubrie</title>
		<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/comment-page-1/#comment-5</link>
		<dc:creator>CedricSoubrie</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jebishop.com/?p=12#comment-5</guid>
		<description>I&#039;m a bit surprised by your implmentation.
What if both fingers moves ? It will be sometimes interpreted as a zoom/rotate (as secondary finger moves) and sometimes as a pan gesture (as primary finger moves)?

Or maybe when there is several fingers, only the last one still send events ? This would mean that in case of a zoom, only the secondary finger will send events, but this means that if the user only moves its first finger nothing will happen.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit surprised by your implmentation.<br />
What if both fingers moves ? It will be sometimes interpreted as a zoom/rotate (as secondary finger moves) and sometimes as a pan gesture (as primary finger moves)?</p>
<p>Or maybe when there is several fingers, only the last one still send events ? This would mean that in case of a zoom, only the secondary finger will send events, but this means that if the user only moves its first finger nothing will happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multi-touch Gesture Recognition &#124; Silverlike - A Free Microsoft Silverlight 3 Directory</title>
		<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/comment-page-1/#comment-4</link>
		<dc:creator>Multi-touch Gesture Recognition &#124; Silverlike - A Free Microsoft Silverlight 3 Directory</dc:creator>
		<pubDate>Wed, 11 Nov 2009 05:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jebishop.com/?p=12#comment-4</guid>
		<description>[...] &#160;Jesse released a detailed article description all the basics of multi touch in Silvelight 3, as well as implementing your custom gesture recognition capabilities. [...]</description>
		<content:encoded><![CDATA[<p>[...] &#160;Jesse released a detailed article description all the basics of multi touch in Silvelight 3, as well as implementing your custom gesture recognition capabilities. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multi-Touch gesture recognition in Silverlight 3 &#124; DavideZordan.net</title>
		<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/comment-page-1/#comment-3</link>
		<dc:creator>Multi-Touch gesture recognition in Silverlight 3 &#124; DavideZordan.net</dc:creator>
		<pubDate>Sun, 08 Nov 2009 16:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jebishop.com/?p=12#comment-3</guid>
		<description>[...] this article, Jesse Bishop illustrates how to receive and interpret multi-touch input and traslate these events [...]</description>
		<content:encoded><![CDATA[<p>[...] this article, Jesse Bishop illustrates how to receive and interpret multi-touch input and traslate these events [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.jebishop.com/2009/11/05/multi-touch-gesture-recognition-in-silverlight-3/comment-page-1/#comment-2</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 08 Nov 2009 16:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jebishop.com/?p=12#comment-2</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by kiwinigel: Cool Multi-touch Gesture Recognition in Silverlight 3 http://bit.ly/2tozN6...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by kiwinigel: Cool Multi-touch Gesture Recognition in Silverlight 3 <a href="http://bit.ly/2tozN6..." rel="nofollow">http://bit.ly/2tozN6&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
