Interface | Description |
---|---|
TuioListener |
The TuioListener interface provides a simple callback infrastructure which is used by the
TuioClient class
to dispatch TUIO events to all registered instances of classes that implement the TuioListener interface defined here. |
Class | Description |
---|---|
TuioBlob |
The TuioBlob class encapsulates /tuio/2Dblb TUIO blobs.
|
TuioClient |
The TuioClient class is the central TUIO protocol decoder component.
|
TuioCursor |
The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
|
TuioObject |
The TuioObject class encapsulates /tuio/2Dobj TUIO objects.
|
TuioPoint |
The TuioPoint class on the one hand is a simple container and utility class to handle TUIO positions in general,
on the other hand the TuioPoint is the base class for the TuioCursor and TuioObject classes.
|
TuioTime |
The TuioTime class is a simple structure that is used to reprent the time that has elapsed since the session start.
|