SetFrameRate()
语法
SetFrameRate(FrameRate)概要
Set the frame rate (in frames per second) for the current screen. This is especially useful for windowed screen mode where there is no refresh rate for the screen. This function sets the maximum number of times per second that the FlipBuffers() function is called.
参数
FrameRate The new framerate to set.
返回值
无.
参阅
OpenScreen(), OpenWindowedScreen(), FlipBuffers()
已支持操作系统
所有