InjectedInputGamepadInfo.RightTrigger 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置右侧触发器的位置。
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" />