Class | Description |
---|---|
Contact |
The Contact class represents a touch point on a two-dimensional grid.
|
Dispatcher |
The Dispatcher class manages Junctions and handles the sending and receiving of certain Open Sound Control (OSC) messages.
|
Junction |
The Junction class defines a section of a touch interface that represents the intersection among Contacts (touches),
graphical output, and the sending of Open Sound Control (OSC) messages.
|
Relay |
The Relay class sends OSC messages to specified target nodes.
|
Simulator |
The Simulator class produces TUIO cursor messages based on the location of the mouse cursor in Processing.
|
Enum | Description |
---|---|
Action |
An enum containing actions that can be performed by a Junction.
|
Input |
An enum containing a list of input types.
|