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

Re: [pygame] pygame.event pygame.key



On Mon, Aug 30, 2004 at 11:51:18PM -0500, Josh Close wrote:
> Is there a resource that lists all the pygame.event and pygame.key
> values and names? If not, is there an easy way to find this?
> 
> Also, what other methods are there besides pygame.event.type?
> 

import pygame
help(pygame.event)

and 

help(pygame.key)

should list some useful information