共用方式為


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" />

適用於

另請參閱