ArcadeStick.GetButtonLabel(ArcadeStickButtons) Method
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.
Retrieves the button label for the specified button.
public:
virtual GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons button) = GetButtonLabel;
GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons const& button);
public GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons button);
function getButtonLabel(button)
Public Function GetButtonLabel (button As ArcadeStickButtons) As GameControllerButtonLabel
Parameters
- button
- ArcadeStickButtons
The button for which to retrieve the label.
Returns
Returns the label for the specified button. If the button label is blank or there is no known label for the controller's button, then None is returned.