Difference between revisions of "Reference"

From Gamebuino Wiki
Jump to: navigation, search
(display)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
The Reference lists and explains all the functions of the [[Library]].
 
The Reference lists and explains all the functions of the [[Library]].
 +
 +
Arguments in ''italic'' are optional.
 
<div style="float:left;width:20em;margin-right:2em;">
 
<div style="float:left;width:20em;margin-right:2em;">
  
 
== core ==
 
== core ==
* [[gb.begin]]()
+
* [[gb.begin]](''F("name")'', ''logo'')
 
* [[gb.update]]()
 
* [[gb.update]]()
* [[gb.getFrameCount]]()
+
* [[gb.setFrameRate]](fps)
* [[gb.setFrameRate]]()
+
* [[gb.frameCount]]
* [[gb.setTimePerFrame]]()
 
 
User interface :
 
User interface :
* [[gb.menu]]()
+
* [[changeGame()]]
* [[gb.keyboard]]()
+
* [[gb.menu]](menu, length)
* [[gb.popup]]()
+
* [[gb.keyboard]](text, length)
 +
* [[gb.popup]](F("text"))
 
* [[gb.adjustVolume]]()
 
* [[gb.adjustVolume]]()
 
Perfomance monitor :
 
Perfomance monitor :
 
* [[gb.getCpuLoad]]()
 
* [[gb.getCpuLoad]]()
 +
* [[gb.freeRam]]()
 +
* [[gb.frameDurationMicros]]
 
Physics :
 
Physics :
 
* [[gb.collidePointRect]]()
 
* [[gb.collidePointRect]]()

Revision as of 2014-04-20T10:44:21

The Reference lists and explains all the functions of the Library.

Arguments in italic are optional.

core

User interface :

Perfomance monitor :

Physics :

buttons

sound

Play :

Volume :

Build-in sounds :

battery

backlight

display

General :

Pixels :

Lines :

Rectangles :

Circles :

Triangles :

Bitmaps :

Text :