Table of Contents | ||
|
||
GetFPS | ||
Purpose Queries the framerate manager for the current fps setting |
||
Protoype int CVideo::GetFPS () |
||
Description This function returns the current framerate that the application is locked to.
|
||
Use CVideo video; int i_fps = video.GetFPS(); |
||
|
||
|