次の方法で共有


InjectedInputGamepadInfo.LeftTrigger プロパティ

定義

左トリガーの位置を取得または設定します。

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

適用対象

こちらもご覧ください