<?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: Simple and Easy to Use Custom Input Manager Class</title>
	<atom:link href="http://cheezeworld.com/custom-input-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://cheezeworld.com/custom-input-class/</link>
	<description>The Cheeze to Your Macaroni - Games, Open Source Programming, and Other Odd Ramblings.</description>
	<pubDate>Tue, 06 Jan 2009 01:05:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tintin</title>
		<link>http://cheezeworld.com/custom-input-class/comment-page-1/#comment-334</link>
		<dc:creator>Tintin</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=31#comment-334</guid>
		<description>Thanks Colby, it helps!</description>
		<content:encoded><![CDATA[<p>Thanks Colby, it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colby Cheeze</title>
		<link>http://cheezeworld.com/custom-input-class/comment-page-1/#comment-289</link>
		<dc:creator>Colby Cheeze</dc:creator>
		<pubDate>Thu, 13 Nov 2008 07:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=31#comment-289</guid>
		<description>A class that handles all of your Input easily. Rather than setting up event listeners all over your code and looking up key codes you can do something such as: if( Input.instance.isKeyPressed( KeyCode.SPACEBAR ) ) { player.shoot(); }

The class has all kinds of goodies like that. Enjoy :P</description>
		<content:encoded><![CDATA[<p>A class that handles all of your Input easily. Rather than setting up event listeners all over your code and looking up key codes you can do something such as: if( Input.instance.isKeyPressed( KeyCode.SPACEBAR ) ) { player.shoot(); }</p>
<p>The class has all kinds of goodies like that. Enjoy <img src='http://cheezeworld.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeejlej</title>
		<link>http://cheezeworld.com/custom-input-class/comment-page-1/#comment-287</link>
		<dc:creator>Jeejlej</dc:creator>
		<pubDate>Thu, 13 Nov 2008 05:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=31#comment-287</guid>
		<description>What the heck is an input manager?</description>
		<content:encoded><![CDATA[<p>What the heck is an input manager?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
