C# Class TUIO.TuioCursor

* The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
Inheritance: TuioContainer
显示文件 Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Property Type Description
cursor_id int

Public Methods

Method Description
TuioCursor ( TuioCursor tcur ) : System
TuioCursor ( TuioTime ttime, long si, int ci, float xp, float yp ) : System
TuioCursor ( long si, int ci, float xp, float yp ) : System
getCursorID ( ) : int

Method Details

TuioCursor() public method

public TuioCursor ( TuioCursor tcur ) : System
tcur TuioCursor
return System

TuioCursor() public method

public TuioCursor ( TuioTime ttime, long si, int ci, float xp, float yp ) : System
ttime TuioTime
si long
ci int
xp float
yp float
return System

TuioCursor() public method

public TuioCursor ( long si, int ci, float xp, float yp ) : System
si long
ci int
xp float
yp float
return System

getCursorID() public method

public getCursorID ( ) : int
return int

Property Details

cursor_id protected_oe property

protected int cursor_id
return int