ArcadeStick.GetButtonLabel(ArcadeStickButtons) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère l’étiquette de bouton pour le bouton spécifié.
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
Paramètres
- button
- ArcadeStickButtons
Bouton pour lequel récupérer l’étiquette.
Retours
Retourne l’étiquette du bouton spécifié. Si l’étiquette du bouton est vide ou s’il n’existe aucune étiquette connue pour le bouton du contrôleur, aucune est retournée.