Why37
2002.07.21, 03:58 PM
I have a question regarding GetKeys();
When I use it to move a sprite back and forth across the screen, the keys that I press for control (4 for left, 6 for right), are also typed into my CodeWarrior editor window wherever the cursor is. For instance:
GetKeys(theKeyboard);46664646446646
Right now it is no more than an annoyance, but I want to know if it could cause some problems when more than one program is open in the final game, and if it is possible to fix this. Thanks!
When I use it to move a sprite back and forth across the screen, the keys that I press for control (4 for left, 6 for right), are also typed into my CodeWarrior editor window wherever the cursor is. For instance:
GetKeys(theKeyboard);46664646446646
Right now it is no more than an annoyance, but I want to know if it could cause some problems when more than one program is open in the final game, and if it is possible to fix this. Thanks!