TUIO.TuioCursor.TuioCursor C# (CSharp) Method

TuioCursor() public method

public TuioCursor ( TuioCursor tcur ) : System
tcur TuioCursor
return System
        public TuioCursor(TuioCursor tcur)
            : base(tcur)
        {
            cursor_id = tcur.getCursorID();
        }

Same methods

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