Skip to contents

Set target FPS (maximum).

Usage

set_target_fps(fps = 60L)

Arguments

fps

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void SetTargetFPS(int fps);

Examples

if (FALSE) {
set_target_fps(60L)
}