Hello

to get the frame rate is very very easy.. i need only inc a integer value, and after one second for example i need get the FPS and reset the counter...

but.... how to setup the max FPS? if a set a value for example..

if FPS >= MaxFPS then
begin
//dont render
end;

i need ideas..........

Greets