InjectedInputTouchInfo.Orientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置绕指针设备主轴的逆时针旋转角度, (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" />