Difference between revisions of "Gb.battery.show"

From Gamebuino Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} __NOTOC__ == Description == Choose either to display or not the battery level indicator in the top right corner of the screen. == Syntax == <pre>gb.battery.show...")
 
(added note about gb.titleScreen setting this to true)
 
Line 3: Line 3:
 
== Description ==
 
== Description ==
 
Choose either to display or not the battery level indicator in the top right corner of the screen.
 
Choose either to display or not the battery level indicator in the top right corner of the screen.
 +
 +
Note that the battery level indicator will be set to true every time [[gb.titleScreen]] is called.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 16:
  
 
== See also ==
 
== See also ==
 +
* [[gb.titleScreen]]

Latest revision as of 2014-11-11T18:39:01

Description

Choose either to display or not the battery level indicator in the top right corner of the screen.

Note that the battery level indicator will be set to true every time gb.titleScreen is called.

Syntax

gb.battery.show = true;

Value

  • true: show the battery indicator
  • false: don't show the battery indicator

Example

See also