Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.98 KB

inputinjector_initializepeninjection_260722924.md

File metadata and controls

42 lines (29 loc) · 1.98 KB
-api-id -api-type
M:Windows.UI.Input.Preview.Injection.InputInjector.InitializePenInjection(Windows.UI.Input.Preview.Injection.InjectedInputVisualizationMode)
winrt method

Windows.UI.Input.Preview.Injection.InputInjector.InitializePenInjection

-description

Initializes a virtual pen device that can synthesize input events and provide corresponding input data to the system.

-parameters

-param visualMode

The visual feedback mode for pen 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" />

-examples

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

-see-also

UninitializePenInjection, Simulate user input through input injection