Compartir a través de


ArcadeStick.GetButtonLabel(ArcadeStickButtons) Método

Definición

Recupera la etiqueta del botón para el botón especificado.

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

Parámetros

button
ArcadeStickButtons

Botón para el que se va a recuperar la etiqueta.

Devoluciones

Devuelve la etiqueta del botón especificado. Si la etiqueta del botón está en blanco o no hay ninguna etiqueta conocida para el botón del controlador, se devuelve None .

Se aplica a

Consulte también