Gamepad.GetButtonLabel(GamepadButtons) 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(GamepadButtons button) = GetButtonLabel;
GameControllerButtonLabel GetButtonLabel(GamepadButtons const& button);
public GameControllerButtonLabel GetButtonLabel(GamepadButtons button);
function getButtonLabel(button)
Public Function GetButtonLabel (button As GamepadButtons) As GameControllerButtonLabel
Paramètres
- button
- GamepadButtons
Bouton pour lequel récupérer l’étiquette.
Retours
É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.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
|