On May 2, 12:03 pm, globalrev <[EMAIL PROTECTED]> wrote:
> print pygame.K_a displays 97 btw. what does that mean? i though it
> would return true or false or 0 or 1.

That's probably the key code value. Or the ASCII representation for
the key. You'd have to read the pygame docs to really know.

Mike
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to