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

Re: [pygame] A way of telling time?



Luke Paireepinart wrote:
The pygame.time module is probably what you're looking for.

If you want something to happen regularly every second,
another way is to set up a timer to send you a user
event every second.

--
Greg