Hello all.
I have made a very simple program a while ago, which I figured would be usefull for everyone.
Basically, what it does, is, you press a key, then the program tells you the scancode for it. You can then use that to program your input routines, and stuff. These scancodes work with keystate as well... Like all other ones.
Anyways, the source code is here:
sync on
do
cls
if scancode()>0
print str$(scancode())
else
print "Press a key."
endif
fastsync
loop
And, the program is attatched in a .rar, in the bottom right of this post.
Cheers,
-db
Enter my forums
here.