From: "finding" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro-accelerating Date: Sun, 14 Nov 1999 01:58:27 +0800 Organization: IMS Netvigator Lines: 21 Message-ID: <80k8s4$3me6@imsp212.netvigator.com> References: <80k5uc$40u3 AT imsp212 DOT netvigator DOT com> <80k6pn$eni$1 AT news03 DOT btx DOT dtag DOT de> NNTP-Posting-Host: tswc5b142.netvigator.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com it will lock there to increase the value... actually, i am writing a simple games...... suppose the statement is in a loop, I would like to check if key is pressing.... > > > > be sure to call install_keyboard() before using: > > while(keypressed()) > { > variable++; > } > > Simple enough. > > >