Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.74 KB

injectedinputpeninfo_rotation.md

File metadata and controls

41 lines (28 loc) · 1.74 KB
-api-id -api-type
P:Windows.UI.Input.Preview.Injection.InjectedInputPenInfo.Rotation
winrt property

Windows.UI.Input.Preview.Injection.InjectedInputPenInfo.Rotation

-description

Gets or sets the clockwise rotation, or twist, of the pointer.

-property-value

The clockwise rotation, or twist, of the pointer normalized to a range between 0 and 359. The default is 0.

-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

Simulate user input through input injection