<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>how to get the input from the users</title>
		<link>http://www.allegro.cc/forums/view/587915</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sat, 07 Oct 2006 15:54:28 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>

hi friends,</p><p>        i&#39;m invloving  in creating a game and in the game i&#39;m using all images to display and if want to get the user&#39;s name and displayed in a page, for example in a high scores page,  how can get those input from user by letting him/her type the name .</p><p>is there any area element for getting the text inputs from the user like the one in HTML.</p><p>pl help me ,</p><p>Vijay
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Vijay K)</author>
		<pubDate>Sat, 07 Oct 2006 15:16:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Use these to get input:
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/keypressed" target="_blank"><span class="a">keypressed</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/readkey" target="_blank"><span class="a">readkey</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

and these to draw to screen:
</p><div class="source-code snippet"><div class="inner"><pre>textprintf<span class="k2">(</span><span class="k2">)</span><span class="k3">/</span><a href="http://www.allegro.cc/manual/textprintf_ex" target="_blank"><span class="a">textprintf_ex</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/line" target="_blank"><span class="a">line</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/rect" target="_blank"><span class="a">rect</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

There is an area element just like the one in HTML. It is documented in the GUI section of the Allegro manual.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Sat, 07 Oct 2006 15:34:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>RTM on GUI routines in general, and d_edit_proc() in particular.</p><p>BTW, this is not an allegro development question.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Tobias Dammers)</author>
		<pubDate>Sat, 07 Oct 2006 15:54:28 +0000</pubDate>
	</item>
</rss>
