Global

Members

global

Properties:
Name Type Description
global object the global context.

Methods

FxState()

save current glide state into this object.

Input(event)

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

Loop()

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

Setup()

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