[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] max keys pressed simultaneously



> i'm having issues detecting when more than 3 keys are held down simultaneously.
> the OS(WinXP)seems to disallow more than 3 keys being held down at once and 
> generates a pc speaker beep. it seems to be an OS and not a pygame/sdl issue. 
> im pretty sure theirs ways to get around this in low level code, is there ways
> to get around it with pygame?

In my experience this actually varies from keyboard to keyboard. Try
another one for comparison.

Alan