InjectedInputGamepadInfo.LeftTrigger 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定左觸發程式的位置。
public:
property double LeftTrigger { double get(); void set(double value); };
double LeftTrigger();
void LeftTrigger(double value);
public double LeftTrigger { get; set; }
var double = injectedInputGamepadInfo.leftTrigger;
injectedInputGamepadInfo.leftTrigger = double;
Public Property LeftTrigger 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" />