다음을 통해 공유


Gamepad.GetButtonLabel(GamepadButtons) 메서드

정의

지정된 단추의 단추 레이블을 검색합니다.

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

매개 변수

button
GamepadButtons

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

반환

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

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상

추가 정보