RacingWheel.GetButtonLabel(RacingWheelButtons) Method

Definition

Retrieves the button label for the specified button.

public:
 virtual GameControllerButtonLabel GetButtonLabel(RacingWheelButtons button) = GetButtonLabel;
GameControllerButtonLabel GetButtonLabel(RacingWheelButtons const& button);
public GameControllerButtonLabel GetButtonLabel(RacingWheelButtons button);
function getButtonLabel(button)
Public Function GetButtonLabel (button As RacingWheelButtons) As GameControllerButtonLabel

Parameters

button
RacingWheelButtons

The button for which to retrieve the label.

Returns

Returns the button 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.

Applies to

See also