InjectedInputGamepadInfo.RightTrigger 属性

定义

获取或设置右侧触发器的位置。

public:
 property double RightTrigger { double get(); void set(double value); };
double RightTrigger();

void RightTrigger(double value);
public double RightTrigger { get; set; }
var double = injectedInputGamepadInfo.rightTrigger;
injectedInputGamepadInfo.rightTrigger = double;
Public Property RightTrigger As Double

属性值

Double

double

介于 0.0 (不低) 和 1.0 之间的值 (完全压低) 。

示例

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

注解

重要

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

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

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

适用于

另请参阅