Difference between revisions of "Gb.setFrameRate"

From Gamebuino Wiki
Jump to: navigation, search
(Changed title depth)
({{lowercase}} title template added)
 
Line 1: Line 1:
{{DISPLAYTITLE:gb.setFrameRate}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Latest revision as of 2014-05-20T21:00:59

Description

Changes how many times per second the program runs.

Syntax

gb.setFrameRate(fps);

Parameters

  • fps (byte): default value is 20 updates/frames per second.

Returns

none

Example

See also