C# 클래스 TouchBridge.Forwarders.Win8.TouchInjector

Use this Classes static methods to initialize and inject touch input.
파일 보기 프로젝트 열기: HEInventions/TouchBridge

공개 메소드들

메소드 설명
MakePointerTouchInfo ( int x, int y, int radius, uint id, uint orientation = 90, uint pressure = 32000 ) : PointerTouchInfo

Compile a touch contact using args.

비공개 메소드들

메소드 설명
InitializeTouchInjection ( uint maxCount = 256, TouchFeedback feedbackMode = TouchFeedback.DEFAULT ) : bool
InjectTouchInput ( int count, [ contacts ) : bool

메소드 상세

MakePointerTouchInfo() 공개 정적인 메소드

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
리턴 PointerTouchInfo