frameRate()

Environment

Description

Sets the target number of frames to display per second.

Syntax

void frameRate(int fps)

Parameters

NameTypeDescription
fpsinttarget frames per second

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...