Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.87 KB

injectedinputgamepadinfo_injectedinputgamepadinfo_1221375020.md

File metadata and controls

38 lines (26 loc) · 1.87 KB
-api-id -api-type
M:Windows.UI.Input.Preview.Injection.InjectedInputGamepadInfo.#ctor
winrt method

Windows.UI.Input.Preview.Injection.InjectedInputGamepadInfo.InjectedInputGamepadInfo

-description

Creates a new InjectedInputGamepadInfo object that is used to specify the gamepad input to inject.

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

-examples

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

-see-also

InjectedInputGamepadInfo(GamepadReading), Simulate user input through input injection