From: malcolmj7 AT aol DOT com (MalcolmJ7) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro: Keyboard question... Lines: 59 Message-ID: <1998060919181900.PAA01515@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com Date: 09 Jun 1998 19:18:19 GMT Organization: AOL http://www.aol.com References: <357D268E DOT 82CD8D70 AT netrover DOT com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk you have to make a function yourself using textout, and readkey. Here is an example: #include "allegro.h" int get_input(char *string,int length,int x,int y,int c) { char strings[length]; int index,bs; int keys; for (index = 0;index