InjectedInputTouchInfo.Orientation 属性

定义

获取或设置绕指针设备主轴的逆时针旋转角度, (z 轴,垂直于数字化器) 表面。

public:
 property int Orientation { int get(); void set(int value); };
int Orientation();

void Orientation(int value);
public int Orientation { get; set; }
var int32 = injectedInputTouchInfo.orientation;
injectedInputTouchInfo.orientation = int32;
Public Property Orientation As Integer

属性值

Int32

int

指针方向,值介于 0 和 359 之间,其中 0 表示触摸指针与 x 轴对齐,并且从左到右指向;递增值指示逆时针方向的旋转度。 默认值为 0。

示例

下面是一些演示基本输入和输入注入的可下载示例:

注解

重要

此命名空间中的 API 需要 inputInjectionBrokered 受限功能

使用输入注入需要将以下内容添加到 Package.appxmanifest:

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

适用于

另请参阅