次の方法で共有


InjectedInputGamepadInfo.Buttons プロパティ

定義

入力挿入に使用されるゲームパッド ボタンを取得または設定します。

public:
 property GamepadButtons Buttons { GamepadButtons get(); void set(GamepadButtons value); };
GamepadButtons Buttons();

void Buttons(GamepadButtons value);
public GamepadButtons Buttons { get; set; }
var gamepadButtons = injectedInputGamepadInfo.buttons;
injectedInputGamepadInfo.buttons = gamepadButtons;
Public Property Buttons As GamepadButtons

プロパティ値

入力インジェクションに使用される 1 つ以上のゲームパッド ボタン。

基本的な入力と入力の挿入を示すダウンロード可能なサンプルをいくつか次に示します。

注釈

重要

この名前空間の API には、inputInjectionBrokered 制限付き機能が必要です。

入力インジェクションを使用するには、Package.appxmanifest に以下を追加する必要があります。

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

適用対象

こちらもご覧ください