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

SDL and hertz



Hi,

i'm coding a simple game with SDL, and I've created a full-screen
window with:

screen = SDL_SetVideoMode(1024, 768, 32, SDL_HWSURFACE|SDL_FULLSCREEN);

It works, but the problem is that it enters 1024x768 resolution using
only 60Hz! My monitor can reach 100Hz and more at 1024x768!

How can I change Herz frequency?

Thanks you,

Andrea