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.TuioListener
public void updateTuioObject(TUIO.TuioObject tobj)
updateTuioObject
in interface TUIO.TuioListener
public void removeTuioObject(TUIO.TuioObject tobj)
removeTuioObject
in interface TUIO.TuioListener
public void addTuioCursor(TUIO.TuioCursor tcur)
addTuioCursor
in interface TUIO.TuioListener
public void updateTuioCursor(TUIO.TuioCursor tcur)
updateTuioCursor
in interface TUIO.TuioListener
public void removeTuioCursor(TUIO.TuioCursor tcur)
removeTuioCursor
in interface TUIO.TuioListener
public void refresh(TUIO.TuioTime frameTime)
refresh
in interface TUIO.TuioListener