andyjdavis
Programmer
I have noticed that using the method for checking for user input used in most example code, ie IF INKEY()=whatever, only allows for one key to be pressed at a time. Although the special keys seem to be excempt from this if you use IF LEFTKEY()=1 it is still anoying that only one alphanumeric key can be pressed at once. Does anybody have a way around this? This code needs to operate within the a game and will check for player input. As such the ability to press any number of keys simultaneously would be desirable. Thanks for any assistance.