C# Class TUIO.TuioCursor

* The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
Inheritance: TuioContainer
Afficher le fichier Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Свойство Type Description
cursor_id int

Méthodes publiques

Méthode 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 méthode

public TuioCursor ( TuioCursor tcur ) : System
tcur TuioCursor
Résultat System

TuioCursor() public méthode

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

TuioCursor() public méthode

public TuioCursor ( long si, int ci, float xp, float yp ) : System
si long
ci int
xp float
yp float
Résultat System

getCursorID() public méthode

public getCursorID ( ) : int
Résultat int

Property Details

cursor_id protected_oe property

protected int cursor_id
Résultat int