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

Re: [pygame] About the Event in Pygame



On Feb 22, 2004, at 3:44 AM, simon moo wrote:

I am really a newbie in pygame but like it very much. Now I meet with some problems. I cannot find detailed description about pygame.event. Although I have read the documents about pygame.event in the pygame.org,I still cannot understand it. For example, what is the meaning of VIDEOEXPOSE, ACTIVEEVENT(gain, state) and so on?I hope someone can recommend me some detailed material on pygame.event.Your help is really appreciated.
pygame is a wrapper around SDL. Most things in CAPS are really SDL constants. If you can't find docs in pygame, I suggest googling for the term prefixed with "SDL_", such as SDL_VIDEOEXPOSE or SDL_ActiveEvent.

-bob