Difference between revisions of "Reference"

From Gamebuino Wiki
Jump to: navigation, search
(sound)
Line 39: Line 39:
 
Play :
 
Play :
 
<code>
 
<code>
* [[gb.sound.play]]()
+
* [[gb.sound.play]](sound)
* [[gb.sound.isPlaying]]()
+
* [[gb.sound.isPlaying]](channel)
* [[gb.sound.stop]]()
+
* [[gb.sound.stop]](''channel'')
* [[gb.sound.setLooping]]()
+
* [[gb.sound.setLooping]](channel, true/false)
 +
* [[gb.sound.prescaler]]
 
</code>
 
</code>
  
 
Volume :
 
Volume :
 
<code>
 
<code>
* [[gb.sound.setGlobalVolume]]()
+
* [[gb.sound.setVolume]](volume, ''channel'')
* [[gb.sound.getGlobalVolume]]()
+
* [[gb.sound.getVolume]](''channel'')
* [[gb.sound.setChannelVolume]]()
 
* [[gb.sound.getChannelVolume]]()
 
 
</code>
 
</code>
  

Revision as of 2014-04-20T10:55:07

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 :