Share via


InjectedInputMouseInfo Constructor

Definition

Creates a new InjectedInputMouseInfo object that is used to specify the mouse input to inject.

public:
 InjectedInputMouseInfo();
 InjectedInputMouseInfo();
public InjectedInputMouseInfo();
function InjectedInputMouseInfo()
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 to be declared in the application manifest. For more information on app capability requirements, see App capability declarations.

To use the input injection APIs, open the Package.appxmanifest file and add the following (the rescap namespace hosts the restricted capabilities, whuch lets you declare the inputInjectionBrokered capability in the Capabilities section).

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

Applies to

See also