My game uses the arrow keys to direct the player.
so if KeyDown(LeftArrow) and KeyDown(UpArrow) are detected at the same time, the player sprite will move at a diagonal.
One friend reports that the horizontal and vertical sprite movement is fine, but the diagonal movement is sporadic, and I suspect it is something to do with his keyboard, as I could find no way of reproducing the glitch. I searched the forum for keyboard related issues and found a thread about "EnableDirectInput", but have been unable to find any documentation in BB2D, so I'm not sure if it is relevant to this problem. Can anyone tell me more about this command?
thanks in advance...
so if KeyDown(LeftArrow) and KeyDown(UpArrow) are detected at the same time, the player sprite will move at a diagonal.
One friend reports that the horizontal and vertical sprite movement is fine, but the diagonal movement is sporadic, and I suspect it is something to do with his keyboard, as I could find no way of reproducing the glitch. I searched the forum for keyboard related issues and found a thread about "EnableDirectInput", but have been unable to find any documentation in BB2D, so I'm not sure if it is relevant to this problem. Can anyone tell me more about this command?
thanks in advance...