RawGameController.ButtonCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of buttons on the raw game controller.
public:
property int ButtonCount { int get(); };
int ButtonCount();
public int ButtonCount { get; }
var int32 = rawGameController.buttonCount;
Public ReadOnly Property ButtonCount As Integer
Property Value
Int32
int
The number of buttons on the raw game controller.