31 #include "TUIO/TuioClient.h" 32 #include <scolPlugin.h> 34 static ScolWindowHandle HScol;
64 SCbData(
int cid,
float cx,
float cy,
float cang,
float cxvel,
float cyvel,
float cangvel)
75 SCbData(
int cid,
float cx,
float cy,
float cxvel,
float cyvel)
102 TUIO::TuioClient* m_tuioClient;
135 void addTuioObject(TUIO::TuioObject *tobj);
136 void updateTuioObject(TUIO::TuioObject *tobj);
137 void removeTuioObject(TUIO::TuioObject *tobj);
139 void addTuioCursor(TUIO::TuioCursor *tcur);
140 void updateTuioCursor(TUIO::TuioCursor *tcur);
141 void removeTuioCursor(TUIO::TuioCursor *tcur);
143 void addTuioBlob(TUIO::TuioBlob *tblb);
144 void updateTuioBlob(TUIO::TuioBlob *tblb);
145 void removeTuioBlob(TUIO::TuioBlob *tblb);
147 void refresh(TUIO::TuioTime frameTime);