InjectedInputTouchInfo Constructor

Definition

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

public:
 InjectedInputTouchInfo();
 InjectedInputTouchInfo();
public InjectedInputTouchInfo();
function InjectedInputTouchInfo()
Public Sub New ()

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" />

Applies to

See also