Difference between revisions of "Reference"

From Gamebuino Wiki
Jump to: navigation, search
(buttons)
Line 29: Line 29:
 
== buttons ==
 
== buttons ==
 
<code>
 
<code>
* [[gb.buttons.pressed]]()
+
* [[gb.buttons.pressed]](button)
* [[gb.buttons.released]]()
+
* [[gb.buttons.released]](button)
* [[gb.buttons.held]]()
+
* [[gb.buttons.held]](button, duration)
* [[gb.buttons.repeat]]()
+
* [[gb.buttons.repeat]](button, period)
* [[gb.buttons.timeHeld]]()
+
* [[gb.buttons.timeHeld]](button)
 
</code>
 
</code>
  

Revision as of 2014-04-20T10:49:30

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

Arguments in italic are optional.

core

User interface :

Perfomance monitor :

buttons

sound

Play :

Volume :

Build-in sounds :

battery

backlight

display

General :

Pixels :

Lines :

Rectangles :

Circles :

Triangles :

Bitmaps :

Text :