<?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: How to detect a click</title>
	<atom:link href="http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click</link>
	<description>The personal weblog of Peter Hosey.</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:19:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: David Dunham</title>
		<link>http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click/comment-page-1#comment-5204</link>
		<dc:creator>David Dunham</dc:creator>
		<pubDate>Mon, 08 Jan 2007 04:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click#comment-5204</guid>
		<description>Wow, this is pretty obscure -- nobody brought it up when I filed rdar://4556731, complaining about the lack for Cocoa. This looks like a perfectly good API. (I&#039;ll have to see if it gives the same values I ended up using...)</description>
		<content:encoded><![CDATA[<p>Wow, this is pretty obscure &#8212; nobody brought it up when I filed rdar://4556731, complaining about the lack for Cocoa. This looks like a perfectly good API. (I&#8217;ll have to see if it gives the same values I ended up using&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click/comment-page-1#comment-5191</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Sun, 07 Jan 2007 14:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click#comment-5191</guid>
		<description>&lt;p&gt;I&#039;m sure it propagates to all applications, just like the HI scale factor and the double-click time.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;-clickCount&lt;/code&gt; tells you whether you have a single-, double-, triple-, or quadruple-click on your hands. Sticky testing means comparing a mouse-up event to the mouse-down before it.&lt;/p&gt;

&lt;p&gt;You must open the menu when&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the timeout has elapsed without the mouse-up arriving (show menu by hold down), or&lt;/li&gt;
&lt;li&gt;the mouse-up is within the max distance of the mouse-down (show menu by click).&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure it propagates to all applications, just like the HI scale factor and the double-click time.</p>
<p><code>-clickCount</code> tells you whether you have a single-, double-, triple-, or quadruple-click on your hands. Sticky testing means comparing a mouse-up event to the mouse-down before it.</p>
<p>You must open the menu when</p>
<ul>
<li>the timeout has elapsed without the mouse-up arriving (show menu by hold down), or</li>
<li>the mouse-up is within the max distance of the mouse-down (show menu by click).</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stevenson</title>
		<link>http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click/comment-page-1#comment-5190</link>
		<dc:creator>Scott Stevenson</dc:creator>
		<pubDate>Sun, 07 Jan 2007 13:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-07/how-to-detect-a-click#comment-5190</guid>
		<description>I think the duration thing should be handled globally, not on a per-application basis. That&#039;s the point of the mouse panel in system preferences, right? Or am I misunderstanding you. I use NSEvent&#039;s -clickCount.</description>
		<content:encoded><![CDATA[<p>I think the duration thing should be handled globally, not on a per-application basis. That&#8217;s the point of the mouse panel in system preferences, right? Or am I misunderstanding you. I use NSEvent&#8217;s -clickCount.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.133 seconds -->

