Author |
Message |
greenapplesodaex
|
|
|
|
|
Sponsor Sponsor
|
|
|
omni
|
Posted: Wed Jun 16, 2004 2:27 pm Post subject: (No subject) |
|
|
use
var key :array char of boolean
loop
Input.KeyDown(key)
if key(whateverkey) then
do something
I think theres a tutorial on Input.KeyDown in the tutorial section |
|
|
|
|
|
SuperGenius
|
Posted: Wed Jun 16, 2004 3:25 pm Post subject: (No subject) |
|
|
Input.Keydown doesn't wait for input like getch. If you want it to then look up Input.Pause. |
|
|
|
|
|
Tony
|
Posted: Wed Jun 16, 2004 3:55 pm Post subject: (No subject) |
|
|
considering we have nearly 50K posts at this point, I find it funny when the needed tutorial has a post number of 273 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|