Table of Contents | ||
|
||
SetFPS | ||
Purpose Set a new framerate |
||
Protoype void CVideo::SetFPS (int i_rate) |
||
Parameters
|
||
Description This function takes a new framerate setting and applies it to the framerate manager. |
||
Use CVideo video; video.SetFPS(60); |
||
|
||
|