<?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: Code: mouseWheel.pde</title>
	<atom:link href="http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/feed/" rel="self" type="application/rss+xml" />
	<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/</link>
	<description>Computational aesthetics and programming for artists and designers.</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:39:21 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: camelo</title>
		<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/comment-page-1/#comment-260067</link>
		<dc:creator>camelo</dc:creator>
		<pubDate>Mon, 27 Sep 2010 15:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/#comment-260067</guid>
		<description>thanks man! i&#039;ll try it.
by the way, great site! nice projects.</description>
		<content:encoded><![CDATA[<p>thanks man! i&#8217;ll try it.<br />
by the way, great site! nice projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius watz</title>
		<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/comment-page-1/#comment-260017</link>
		<dc:creator>marius watz</dc:creator>
		<pubDate>Sun, 26 Sep 2010 21:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/#comment-260017</guid>
		<description>Camelo: Java currently does not support horizontal scrolling. But you could try to detect the mouse wheel button being pressed and implement a horizontal scrolling behavior accordingly. Note that mouse wheel buttons aren&#039;t guaranteed to be consistent across platforms, though.

&lt;code&gt;void mousePressed() {
  int button=mouseEvent.getButton();
  if(button==MouseEvent.BUTTON1) println(&quot;Button 1&quot;);
  if(button==MouseEvent.BUTTON2) println(&quot;Button 2&quot;);
  if(button==MouseEvent.BUTTON3) println(&quot;Button 3&quot;);
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Camelo: Java currently does not support horizontal scrolling. But you could try to detect the mouse wheel button being pressed and implement a horizontal scrolling behavior accordingly. Note that mouse wheel buttons aren&#8217;t guaranteed to be consistent across platforms, though.</p>
<p><code>void mousePressed() {<br />
  int button=mouseEvent.getButton();<br />
  if(button==MouseEvent.BUTTON1) println("Button 1");<br />
  if(button==MouseEvent.BUTTON2) println("Button 2");<br />
  if(button==MouseEvent.BUTTON3) println("Button 3");<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camelo</title>
		<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/comment-page-1/#comment-259794</link>
		<dc:creator>camelo</dc:creator>
		<pubDate>Fri, 24 Sep 2010 20:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/#comment-259794</guid>
		<description>And for lateral movement, like in MAC mouses?</description>
		<content:encoded><![CDATA[<p>And for lateral movement, like in MAC mouses?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ang</title>
		<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/comment-page-1/#comment-170611</link>
		<dc:creator>Ang</dc:creator>
		<pubDate>Sun, 07 Jun 2009 19:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/#comment-170611</guid>
		<description>Is it possible to have the mouse wheel work in a applet exported from a processing sketch? I&#039;ve tried to exported the code above but the canvas is blank. Am I missing some files?</description>
		<content:encoded><![CDATA[<p>Is it possible to have the mouse wheel work in a applet exported from a processing sketch? I&#8217;ve tried to exported the code above but the canvas is blank. Am I missing some files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle McDonald</title>
		<link>http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/comment-page-1/#comment-35443</link>
		<dc:creator>Kyle McDonald</dc:creator>
		<pubDate>Fri, 28 Sep 2007 14:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/09/26/code-mousewheelpde/#comment-35443</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

