gb.display.persistence

From Gamebuino Wiki
Revision as of 2014-06-24T18:51:27 by Rodot (talk | contribs) (Created page with "{{lowercase}} __NOTOC__ == Description == Choose either to automatically clear the screen between each frame or not. == Syntax == <pre>gb.display.persistence = true;</pre> =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Choose either to automatically clear the screen between each frame or not.

Syntax

gb.display.persistence = true;

Value

  • true: don't clear the display between each frame
  • false: clear the display between each frame

Example

See also