C# Class TouchBridge.Forwarders.Win8.TouchInjector

Use this Classes static methods to initialize and inject touch input.
显示文件 Open project: HEInventions/TouchBridge

Public Methods

Method Description
MakePointerTouchInfo ( int x, int y, int radius, uint id, uint orientation = 90, uint pressure = 32000 ) : PointerTouchInfo

Compile a touch contact using args.

Private Methods

Method Description
InitializeTouchInjection ( uint maxCount = 256, TouchFeedback feedbackMode = TouchFeedback.DEFAULT ) : bool
InjectTouchInput ( int count, [ contacts ) : bool

Method Details

MakePointerTouchInfo() public static method

Compile a touch contact using args.
public static MakePointerTouchInfo ( int x, int y, int radius, uint id, uint orientation = 90, uint pressure = 32000 ) : PointerTouchInfo
x int
y int
radius int
id uint
orientation uint
pressure uint
return PointerTouchInfo