Class Index | File Index

Classes


Class BB_Main


Defined in: Main.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BB_Main(app)
Main menu scene
Method Summary
Method Attributes Method Name and Description
 
check(x, y)
Check button status changes
 
on(e, x, y, touch)
Scene event handler
 
paint(ctx)
Draw scene
Class Detail
BB_Main(app)
Main menu scene
Parameters:
{BB_App} app
Method Detail
{Boolean} check(x, y)
Check button status changes
Parameters:
{Number} x
{Number} y
Returns:
{Boolean}

on(e, x, y, touch)
Scene event handler
Parameters:
{String} e
{Number} x
{Number} y
{Boolean} touch

paint(ctx)
Draw scene
Parameters:
{Object} ctx

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 27 2023 17:46:21 GMT-0700 (PDT)