Title

Global

Members

# global

Properties:
Name Type Description
global object the global context.

View Source doc/internal.js, line 24

Methods

# Input(event)

This function is called whenever mouse / keyboard input happens.
Parameters:
Name Type Description
event Event the current event.

View Source doc/internal.js, line 19

# Loop()

This function is called after setup repeatedly until Stop is called. After calling Stop the program ends when Loop exits.

View Source doc/internal.js, line 13

# Setup()

This function is called once at startup. It can initialize variables, setup hardware, etc.

View Source doc/internal.js, line 8