C# Class TouchBridge.Forwarders.Win8.PointerTouchInfo

Show file Open project: HEInventions/TouchBridge Class Usage Examples

Public Properties

Property Type Description
ContactArea ContactArea
ContactAreaRaw ContactArea
Orientation uint
PointerInfo PointerInfo
Pressure uint
TouchFlags TouchFlags
TouchMasks TouchMask

Public Methods

Method Description
Move ( int deltaX, int deltaY ) : void

Move the touch point, together with its ContactArea

Method Details

Move() public method

Move the touch point, together with its ContactArea
public Move ( int deltaX, int deltaY ) : void
deltaX int the change in the x-value
deltaY int the change in the y-value
return void

Property Details

ContactArea public property

Pointer contact area in pixel screen coordinates. By default, if the device does not report a contact area, this field defaults to a 0-by-0 rectangle centered around the pointer location.
public ContactArea,TouchBridge.Forwarders.Win8 ContactArea
return ContactArea

ContactAreaRaw public property

A raw pointer contact area.
public ContactArea,TouchBridge.Forwarders.Win8 ContactAreaRaw
return ContactArea

Orientation public property

A pointer orientation, with a value between 0 and 359, where 0 indicates a touch pointer aligned with the x-axis and pointing from left to right; increasing values indicate degrees of rotation in the clockwise direction. This field defaults to 0 if the device does not report orientation.
public uint Orientation
return uint

PointerInfo public property

Contains basic pointer information common to all pointer types.
public PointerInfo,TouchBridge.Forwarders.Win8 PointerInfo
return PointerInfo

Pressure public property

Pointer pressure normalized in a range of 0 to 256.
public uint Pressure
return uint

TouchFlags public property

Lists the touch flags.
public TouchFlags TouchFlags
return TouchFlags

TouchMasks public property

Indicates which of the optional fields contain valid values. The member can be zero or any combination of the values from the Touch Mask constants.
public TouchMask TouchMasks
return TouchMask