Interfaces
 InterfaceDescription
 ITuioDebugBlob DisplayObjects that implement ITuioDebugBlob are used by TuioDebug to show a debug cursor of a tuio blob element. ITuioDebugBlob is a marker interface without any function declarations.
 ITuioDebugCursor DisplayObjects that implement ITuioDebugCursor are used by TuioDebug to show a debug cursor of a tuio cursor element. ITuioDebugCursor is a marker interface without any function declarations.
 ITuioDebugObject DisplayObjects that implement ITuioDebugObject are used by TuioDebug to show debug information of a tuio object element (aka fiducial). ITuioDebugObject is a marker interface without any function declarations.
 ITuioDebugTextSprite 
Classes
 ClassDescription
 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