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

Re: [pygame] Key Presses



Cool, this is working better now.  It's as simple as:

keystring = event.unicode
Message += keystring

no mod checking or anything.  What is the reason for valid_keys?

Ian