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

Re: [pygame] simultaneous arrow key events



> I noticed that if you try to get more than 2 arrow key events at a time
> they are acting strangely. I thought I might work around this with
> key.get_pressed() but that does not seem to work right either.

Try different keyboards. They really DO vary in which keys can be
detected simultaneously. My current (very very cheap) keyboard cannot
register both shift keys simultaneously, while my previous one could,
for instance.

Alan