Table of Contents

 
SetFPS
 

Purpose

Set a new framerate

 

Protoype

void CVideo::SetFPS (int i_rate)
 

Parameters

rate the new framerate
 

Description

This function takes a new framerate setting and applies it to the framerate manager.

 

Use

CVideo video;
video.SetFPS(60);
 

Prev: LockSurface
Next: ShutDown