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

Re: [pygame] Whats wrong in events?



You might be interested in using my InputWrapper for PyGame, though I doubt it will solve your problem, since keyboards are evil :)

But it will help you write better organized code!

http://www.pygame.org/wiki/InputWrapper?parent=CookBook

-Thadeus




On Wed, Oct 7, 2009 at 4:12 PM, Kris Schnee <kschnee@xxxxxxxxxx> wrote:
Oh, _that_ error again. I encountered that before. Some keyboards just
aren't able to register certain key combinations like Up+Left+Space. Best
way to deal with it: Just use different keys.

On Wed, 07 Oct 2009 22:34:15 +0200, DR0ID <dr0id@xxxxxxxxxx> wrote:
> http://www.sjbaker.org/wiki/index.php?title=Keyboards_Are_Evil
>
> ~DR0ID
>
> inigo delgado schrieb:
>> Hi:
>>
>> I have a problem capturing K_SPACE keydown events with pygame.