| | Class | Description |
|---|
| | TuioDebug |
implements the interface ITuioListener to show debug information about all tuio cursors and objects
that are prevailing in the application.
The appearance of the cursors and objects is controlled by the classes TuioDebugCursor and
TuioDebugObject. |
| | TuioDebugCursor |
Default implementation of the debug cursor circle that is being shown by TuioDebug for
each tuio cursor.
TuioDebugCursor implements ITuioDebugCursor in order to be marked as debug
information and not as the content of the actual application. |
| | TuioDebugObject |
Default implementation of the debug object square that is being shown by TuioDebug for
each tuio object.
TuioDebugObject implements ITuioDebugObject in order to be marked as debug
information and not as the content of the actual application. |
| | TuioDebugTextSprite | |