[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] windows screen saver in pygame?



C. Porter Bassett wrote:
Is it possible to make a pygame program run as a screen saver in windows? If it is, how do you do it?
i've never seen anyone get this working, but there has been interest in it before. there isn't anything too special about screensavers. they are just regular EXE programs that draw do fullscreen drawing.

i believe on windows you just have your program exit when there is any mouse or keyboard input. i'm not sure if there are any other sort of "special" windows calls you need to deal with or not?