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

[pygame] Screen syncronizing



Does any one know how to synchronize the screen with pygame.
I am currently using the clock.tick(60) to get a reasonable
sync. My tft monitor is runing at 60 Hz so in theory it
should run reasonably smooth, but in reallity im getting
62 fps when I check  clock.get_fps().

Is there a hidden event for the screen refresh that can be
activated, or are there any other way to achive the bliss
of smooth movement and animation ?

Bo)