<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>[A5] ALLEGRO_KEY_PAD_ENTER</title>
		<link>http://www.allegro.cc/forums/view/606792</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 21 Mar 2011 22:25:23 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Is there a problem with detecting ALLEGRO_KEY_PAD_ENTER, or is ALLEGRO_KEY_ENTER also always true when it is? Because the key pad enter is triggering all my if(ALLEGRO_KEY_ENTER is down) code. Should I be checking for ALLEGRO_KEY_PAD_ENTER first instead, or is this not normal?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Mon, 21 Mar 2011 10:39:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Which OS?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Mon, 21 Mar 2011 11:24:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Windows XP.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Mon, 21 Mar 2011 11:31:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Looking at the code in wwindow.c and wkeyboard.c, it doesn&#39;t seem to check for which Enter key it is.  According to <a href="http://msdn.microsoft.com/en-us/library/ms646280%28v=VS.85%29.aspx">MSDN</a> it just needs to check bit 24 of WM_KEYDOWN&#39;s lParam.  Shouldn&#39;t be too hard if someone feels like making a patch.  Might be possible to simplify some code in _al_win_kbd_handle_key_press by checking that bit, too.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (torhu)</author>
		<pubDate>Mon, 21 Mar 2011 12:04:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I submitted a patch that adds support.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Mon, 21 Mar 2011 22:25:23 +0000</pubDate>
	</item>
</rss>
