public class MTedt
extends java.lang.Object
implements TUIO.TuioListener
| Modifier and Type | Method and Description |
|---|---|
void |
addTuioCursor(TUIO.TuioCursor tcur)
Called when a new finger touches the multi-touch surface
|
void |
addTuioObject(TUIO.TuioObject tobj) |
void |
refresh(TUIO.TuioTime frameTime) |
void |
removeTuioCursor(TUIO.TuioCursor tcur)
Called when a finger is removed from the multi-touch surface
|
void |
removeTuioObject(TUIO.TuioObject tobj) |
void |
stop() |
void |
updateTuioCursor(TUIO.TuioCursor tcur)
Called when a finger moves on the multi-touch surface
|
void |
updateTuioObject(TUIO.TuioObject tobj) |
public MTedt()
public MTedt(MTSurface s)
public void stop()
public void addTuioObject(TUIO.TuioObject tobj)
addTuioObject in interface TUIO.TuioListenerpublic void updateTuioObject(TUIO.TuioObject tobj)
updateTuioObject in interface TUIO.TuioListenerpublic void removeTuioObject(TUIO.TuioObject tobj)
removeTuioObject in interface TUIO.TuioListenerpublic void addTuioCursor(TUIO.TuioCursor tcur)
addTuioCursor in interface TUIO.TuioListenerpublic void updateTuioCursor(TUIO.TuioCursor tcur)
updateTuioCursor in interface TUIO.TuioListenerpublic void removeTuioCursor(TUIO.TuioCursor tcur)
removeTuioCursor in interface TUIO.TuioListenerpublic void refresh(TUIO.TuioTime frameTime)
refresh in interface TUIO.TuioListener