Share via


RawGameController.ButtonCount プロパティ

定義

生のゲーム コントローラー上のボタンの数。

public:
 property int ButtonCount { int get(); };
int ButtonCount();
public int ButtonCount { get; }
var int32 = rawGameController.buttonCount;
Public ReadOnly Property ButtonCount As Integer

プロパティ値

Int32

int

生のゲーム コントローラー上のボタンの数。

適用対象