C# Class win_cursor_plus.TUIO

Exibir arquivo Open project: Ractiv/touch_plus_source_code Class Usage Examples

Public Methods

Method Description
TUIO2Dcur ( int session, float x, float y, float motion, float rotation ) : OSCMessage
TUIO2DcurExt ( int session, float x, float y, float dX, float dY, float motion, float height, float width ) : OSCMessage
TUIOAlive ( ) : OSCMessage
TUIOAlive ( ArrayList args ) : OSCMessage
TUIOFseq ( int fseq ) : OSCMessage
TUIOParams ( ) : OSCMessage

Method Details

TUIO2Dcur() public static method

public static TUIO2Dcur ( int session, float x, float y, float motion, float rotation ) : OSCMessage
session int
x float
y float
motion float
rotation float
return OSC.NET.OSCMessage

TUIO2DcurExt() public static method

public static TUIO2DcurExt ( int session, float x, float y, float dX, float dY, float motion, float height, float width ) : OSCMessage
session int
x float
y float
dX float
dY float
motion float
height float
width float
return OSC.NET.OSCMessage

TUIOAlive() public static method

public static TUIOAlive ( ) : OSCMessage
return OSC.NET.OSCMessage

TUIOAlive() public static method

public static TUIOAlive ( ArrayList args ) : OSCMessage
args System.Collections.ArrayList
return OSC.NET.OSCMessage

TUIOFseq() public static method

public static TUIOFseq ( int fseq ) : OSCMessage
fseq int
return OSC.NET.OSCMessage

TUIOParams() public static method

public static TUIOParams ( ) : OSCMessage
return OSC.NET.OSCMessage