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

Re: [pygame] windows screen saver in pygame?



>      os.environ['SDL_VIDEO_DRIVER'] = 'windib'
>      os.environ['SDL_WINDOWID'] = sys.argv[2]

Where can I find a full list of these environment variables? I don't
see them on libsdl.org and even Google only found them in some pygame
archive, not any official SDL site.

Alan