C# Class VMultiDllWrapper.MultitouchReport

Mostra file Open project: simphax/VMultiDll Class Usage Examples

Public Methods

Method Description
MultitouchReport ( List touches ) : System
getReportControlId ( ) : byte
getRequestType ( ) : byte
getTouchesCountRaw ( ) : byte
getTouchesRaw ( ) : VMultiDllWrapper.MultitouchPointerInfoRaw[]

Method Details

MultitouchReport() public method

public MultitouchReport ( List touches ) : System
touches List
return System

getReportControlId() public method

public getReportControlId ( ) : byte
return byte

getRequestType() public method

public getRequestType ( ) : byte
return byte

getTouchesCountRaw() public method

public getTouchesCountRaw ( ) : byte
return byte

getTouchesRaw() public method

public getTouchesRaw ( ) : VMultiDllWrapper.MultitouchPointerInfoRaw[]
return VMultiDllWrapper.MultitouchPointerInfoRaw[]