C# Class TouchBridge.Forwarders.Win7.Win7Forwarder

TouchInjection code for Windows7 based on the HID spec. http://msdn.microsoft.com/en-us/library/windows/hardware/ff553721
This requires HIDLibrary version 2.1.0.0. The more up-to-date versions don't work due to some changes in the construtor.
Inheritance: IForwarder
Mostra file Open project: HEInventions/TouchBridge Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Teardown.

Forward ( TouchMessage Message ) : void

Forward the given touch message.

Win7Forwarder ( String>.Dictionary dArgs ) : System

Create a new Win7 forwaderer.

Method Details

Dispose() public method

Teardown.
public Dispose ( ) : void
return void

Forward() public method

Forward the given touch message.
public Forward ( TouchMessage Message ) : void
Message TouchMessage
return void

Win7Forwarder() public method

Create a new Win7 forwaderer.
public Win7Forwarder ( String>.Dictionary dArgs ) : System
dArgs String>.Dictionary
return System