Поделиться через


ArcadeStick.GetButtonLabel(ArcadeStickButtons) Метод

Определение

Извлекает метку кнопки для указанной кнопки.

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

Параметры

button
ArcadeStickButtons

Кнопка, для которой требуется извлечь метку.

Возвращаемое значение

Возвращает метку для указанной кнопки. Если метка кнопки пуста или для кнопки контроллера нет известной метки, возвращается значение None .

Применяется к

См. также раздел