Skip to contents

Set target FPS (maximum).

Usage

set_target_fps(fps)

Arguments

fps

An integer.

Note

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

void SetTargetFPS(int fps);

See also

Other fps functions: draw_fps(), get_fps()