Class | Description |
---|---|
Contact |
The Contact class represents a touch point on a two-dimensional grid.
|
Dispatcher |
The Dispatcher takes touch input and dispatches the basic touch data to Junctions to enables interactions.
|
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.
|
Nexus |
The Nexus class implements the NDEF (Nexus Data Exchange Format) specification for managing connections and sharing
messages between nodes on a network.
|
Relay |
The Relay class sends OSC messages to the specified target.
|
Simulator |
The Simulator class produces TUIO cursor messages based on the location of the mouse cursor in Processing.
|
Enum | Description |
---|---|
Action |
This enum contains a set of constants that represent actions that can be mapped to messages in Junctions.
|