InjectedInputTouchInfo Class

Definition

Represents programmatically generated touch input.

public ref class InjectedInputTouchInfo sealed
/// [Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
class InjectedInputTouchInfo final
[Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public sealed class InjectedInputTouchInfo
function InjectedInputTouchInfo()
Public NotInheritable Class InjectedInputTouchInfo
Inheritance
Object Platform::Object IInspectable InjectedInputTouchInfo
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Examples

Here are some downloadable samples demonstrating basic input and input injection:

Remarks

Important

The APIs in this namespace require the inputInjectionBrokered restricted capability.

Using input injection requires the following be added to the Package.appxmanifest:

  • To <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • To <Capabilities>
    • <rescap:Capability Name="inputInjectionBrokered" />

Constructors

InjectedInputTouchInfo()

Creates a new InjectedInputTouchInfo object that is used to specify the touch input to inject.

Properties

Contact

Gets or sets the bounding box that represents the touch contact area.

Orientation

Gets or sets the counter-clockwise angle of rotation around the major axis of the pointer device (the z-axis, perpendicular to the surface of the digitizer).

PointerInfo

Gets or sets basic pointer info common to touch input.

Pressure

Gets or sets the force exerted by the pointer device on the surface of the digitizer.

TouchParameters

Gets or sets the touch states used to simulate touch input.

Applies to

See also