C# Класс TouchBridge.Forwarders.Win8.TouchInjector

Use this Classes static methods to initialize and inject touch input.
Показать файл Открыть проект

Открытые методы

Метод Описание
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