About Store Forum Documentation Contact



Post Reply 
Any Key
Author Message
djpercy Offline
Member

Post: #1
Any Key
Hi,

How can i check pressed any Key

Greeting Denis
11-21-2010 06:39 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Any Key
if(Kb.c())..

or

REP(256)if(Kb.bp(KB_BUTTON(i))...
11-21-2010 06:55 PM
Find all posts by this user Quote this message in a reply
Post Reply