Members
Methods
# 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.