다음을 통해 공유


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

레이블을 검색할 단추입니다.

반환

지정된 단추의 레이블을 반환합니다. 단추 레이블이 비어 있거나 컨트롤러 단추에 대해 알려진 레이블이 없으면 없음 이 반환됩니다.

적용 대상

추가 정보