다음을 통해 공유


GameInputLabel

지원되는 버튼 레이블의 열거형.

구문

typedef enum GameInputLabel  
{  
    GameInputLabelUnknown = -1,  
    GameInputLabelNone = 0,  
    GameInputLabelXboxGuide = 1,  
    GameInputLabelXboxBack = 2,  
    GameInputLabelXboxStart = 3,  
    GameInputLabelXboxMenu = 4,  
    GameInputLabelXboxView = 5,  
    GameInputLabelXboxA = 7,  
    GameInputLabelXboxB = 8,  
    GameInputLabelXboxX = 9,  
    GameInputLabelXboxY = 10,  
    GameInputLabelXboxDPadUp = 11,  
    GameInputLabelXboxDPadDown = 12,  
    GameInputLabelXboxDPadLeft = 13,  
    GameInputLabelXboxDPadRight = 14,  
    GameInputLabelXboxLeftShoulder = 15,  
    GameInputLabelXboxLeftTrigger = 16,  
    GameInputLabelXboxLeftStickButton = 17,  
    GameInputLabelXboxRightShoulder = 18,  
    GameInputLabelXboxRightTrigger = 19,  
    GameInputLabelXboxRightStickButton = 20,  
    GameInputLabelXboxPaddle1 = 21,  
    GameInputLabelXboxPaddle2 = 22,  
    GameInputLabelXboxPaddle3 = 23,  
    GameInputLabelXboxPaddle4 = 24,  
    GameInputLabelLetterA = 25,  
    GameInputLabelLetterB = 26,  
    GameInputLabelLetterC = 27,  
    GameInputLabelLetterD = 28,  
    GameInputLabelLetterE = 29,  
    GameInputLabelLetterF = 30,  
    GameInputLabelLetterG = 31,  
    GameInputLabelLetterH = 32,  
    GameInputLabelLetterI = 33,  
    GameInputLabelLetterJ = 34,  
    GameInputLabelLetterK = 35,  
    GameInputLabelLetterL = 36,  
    GameInputLabelLetterM = 37,  
    GameInputLabelLetterN = 38,  
    GameInputLabelLetterO = 39,  
    GameInputLabelLetterP = 40,  
    GameInputLabelLetterQ = 41,  
    GameInputLabelLetterR = 42,  
    GameInputLabelLetterS = 43,  
    GameInputLabelLetterT = 44,  
    GameInputLabelLetterU = 45,  
    GameInputLabelLetterV = 46,  
    GameInputLabelLetterW = 47,  
    GameInputLabelLetterX = 48,  
    GameInputLabelLetterY = 49,  
    GameInputLabelLetterZ = 50,  
    GameInputLabelNumber0 = 51,  
    GameInputLabelNumber1 = 52,  
    GameInputLabelNumber2 = 53,  
    GameInputLabelNumber3 = 54,  
    GameInputLabelNumber4 = 55,  
    GameInputLabelNumber5 = 56,  
    GameInputLabelNumber6 = 57,  
    GameInputLabelNumber7 = 58,  
    GameInputLabelNumber8 = 59,  
    GameInputLabelNumber9 = 60,  
    GameInputLabelArrowUp = 61,  
    GameInputLabelArrowUpRight = 62,  
    GameInputLabelArrowRight = 63,  
    GameInputLabelArrowDownRight = 64,  
    GameInputLabelArrowDown = 65,  
    GameInputLabelArrowDownLLeft = 66,  
    GameInputLabelArrowLeft = 67,  
    GameInputLabelArrowUpLeft = 68,  
    GameInputLabelArrowUpDown = 69,  
    GameInputLabelArrowLeftRight = 70,  
    GameInputLabelArrowUpDownLeftRight = 71,  
    GameInputLabelArrowClockwise = 72,  
    GameInputLabelArrowCounterClockwise = 73,  
    GameInputLabelArrowReturn = 74,  
    GameInputLabelIconBranding = 75,  
    GameInputLabelIconHome = 76,  
    GameInputLabelIconMenu = 77,  
    GameInputLabelIconCross = 78,  
    GameInputLabelIconCircle = 79,  
    GameInputLabelIconSquare = 80,  
    GameInputLabelIconTriangle = 81,  
    GameInputLabelIconStar = 82,  
    GameInputLabelIconDPadUp = 83,  
    GameInputLabelIconDPadDown = 84,  
    GameInputLabelIconDPadLeft = 85,  
    GameInputLabelIconDPadRight = 86,  
    GameInputLabelIconDialClockwise = 87,  
    GameInputLabelIconDialCounterClockwise = 88,  
    GameInputLabelIconSliderLeftRight = 89,  
    GameInputLabelIconSliderUpDown = 90,  
    GameInputLabelIconWheelUpDown = 91,  
    GameInputLabelIconPlus = 92,  
    GameInputLabelIconMinus = 93,  
    GameInputLabelIconSuspension = 94,  
    GameInputLabelHome = 95,  
    GameInputLabelGuide = 96,  
    GameInputLabelMode = 97,  
    GameInputLabelSelect = 98,  
    GameInputLabelMenu = 99,  
    GameInputLabelView = 100,  
    GameInputLabelBack = 101,  
    GameInputLabelStart = 102,  
    GameInputLabelOptions = 103,  
    GameInputLabelShare = 104,  
    GameInputLabelUp = 105,  
    GameInputLabelDown = 106,  
    GameInputLabelLeft = 107,  
    GameInputLabelRight = 108,  
    GameInputLabelLB = 109,  
    GameInputLabelLT = 110,  
    GameInputLabelLSB = 111,  
    GameInputLabelL1 = 112,  
    GameInputLabelL2 = 113,  
    GameInputLabelL3 = 114,  
    GameInputLabelRB = 115,  
    GameInputLabelRT = 116,  
    GameInputLabelRSB = 117,  
    GameInputLabelR1 = 118,  
    GameInputLabelR2 = 119,  
    GameInputLabelR3 = 120,  
    GameInputLabelP1 = 121,  
    GameInputLabelP2 = 122,  
    GameInputLabelP3 = 123,  
    GameInputLabelP4 = 124  
} GameInputLabel  

상수

상수 설명
GameInputLabelUnknown 알 수 없는 레이블입니다.
GameInputLabelNone 레이블 없음
GameInputLabelXboxGuide Xbox 가이드 버튼
GameInputLabelXboxBack Xbox BACK 버튼
GameInputLabelXboxStart Xbox START 버튼
GameInputLabelXboxMenu Xbox 메뉴 버튼
GameInputLabelXboxView Xbox 보기 버튼
GameInputLabelXboxA Xbox A 버튼
GameInputLabelXboxB Xbox B 버튼
GameInputLabelXboxX Xbox X 버튼
GameInputLabelXboxY Xbox Y 버튼
GameInputLabelXboxDPadUp Xbox 방향 패드 위쪽 버튼
GameInputLabelXboxDPadDown Xbox 방향 패드 아래쪽 버튼
GameInputLabelXboxDPadLeft Xbox 방향 패드 왼쪽 버튼
GameInputLabelXboxDPadRight Xbox 방향 패드 오른쪽 버튼
GameInputLabelXboxLeftShoulder Xbox 왼쪽 어깨 버튼
GameInputLabelXboxLeftTrigger Xbox 왼쪽 트리거
GameInputLabelXboxLeftStickButton Xbox 왼쪽 스틱 버튼
GameInputLabelXboxRightShoulder Xbox 오른쪽 어깨 버튼
GameInputLabelXboxRightTrigger Xbox 오른쪽 트리거 버튼
GameInputLabelXboxRightStickButton Xbox 오른쪽 스틱 버튼
GameInputLabelXboxPaddle1 Xbox 패들 1
GameInputLabelXboxPaddle2 Xbox 패들 2
GameInputLabelXboxPaddle3 Xbox 패들 3
GameInputLabelXboxPaddle4 Xbox 패들 4
GameInputLabelLetterA 알파 숫자 키 A
GameInputLabelLetterB 알파 숫자 키 B
GameInputLabelLetterC 알파 숫자 키 C
GameInputLabelLetterD 알파 숫자 키 D
GameInputLabelLetterE 알파 숫자 키 E
GameInputLabelLetterF 알파 숫자 키 F
GameInputLabelLetterG 알파 숫자 키 G
GameInputLabelLetterH 알파 숫자 키 H
GameInputLabelLetterI 알파 숫자 키 I
GameInputLabelLetterJ 알파 숫자 키 J
GameInputLabelLetterK 알파 숫자 키 K
GameInputLabelLetterL 알파 숫자 키 L
GameInputLabelLetterM 알파 숫자 키 M
GameInputLabelLetterN 알파 숫자 키 N
GameInputLabelLetterO 알파 숫자 키 O
GameInputLabelLetterP 알파 숫자 키 P
GameInputLabelLetterQ 알파 숫자 키 Q
GameInputLabelLetterR 알파 숫자 키 R
GameInputLabelLetterS 알파 숫자 키 S
GameInputLabelLetterT 알파 숫자 키 T
GameInputLabelLetterU 알파 숫자 키 U
GameInputLabelLetterV 알파 숫자 키 V
GameInputLabelLetterW 알파 숫자 키 W
GameInputLabelLetterX 알파 숫자 키 X
GameInputLabelLetterY 알파 숫자 키 Y
GameInputLabelLetterZ 알파 숫자 키 Z
GameInputLabelNumber0 알파 숫자 키 0
GameInputLabelNumber1 알파 숫자 키 1
GameInputLabelNumber2 알파 숫자 키 2
GameInputLabelNumber3 알파 숫자 키 3
GameInputLabelNumber4 알파 숫자 키 4
GameInputLabelNumber5 알파 숫자 키 5
GameInputLabelNumber6 알파 숫자 키 6
GameInputLabelNumber7 알파 숫자 키 7
GameInputLabelNumber8 알파 숫자 키 8
GameInputLabelNumber9 알파 숫자 키 9
GameInputLabelArrowUp 위쪽 화살표
GameInputLabelArrowUpRight 오른쪽 위 화살표
GameInputLabelArrowRight 오른쪽 화살표
GameInputLabelArrowDownRight 오른쪽 아래 화살표
GameInputLabelArrowDown 아래쪽 화살표
GameInputLabelArrowDownLLeft 왼쪽 아래 화살표
GameInputLabelArrowLeft 왼쪽 화살표
GameInputLabelArrowUpLeft 왼쪽 위 화살표
GameInputLabelArrowUpDown 위쪽/아래쪽 화살표
GameInputLabelArrowLeftRight 왼쪽/오른쪽 화살표
GameInputLabelArrowUpDownLeftRight 위쪽/아래쪽/왼쪽/오른쪽 화살표
GameInputLabelArrowClockwise 시계 방향 화살표
GameInputLabelArrowCounterClockwise 시계 반대 방향 화살표
GameInputLabelArrowReturn 화살표 리턴
GameInputLabelIconBranding 아이콘 브랜딩
GameInputLabelIconHome 아이콘 홈
GameInputLabelIconMenu 아이콘 메뉴
GameInputLabelIconCross 아이콘 십자
GameInputLabelIconCircle 아이콘 원
GameInputLabelIconSquare 아이콘 정사각형
GameInputLabelIconTriangle 아이콘 삼각형
GameInputLabelIconStar 아이콘 별
GameInputLabelIconDPadUp 아이콘 방향 패드 위쪽
GameInputLabelIconDPadDown 아이콘 방향 패드 아래쪽
GameInputLabelIconDPadLeft 아이콘 방향 패드 왼쪽
GameInputLabelIconDPadRight 아이콘 방향 패드 오른쪽
GameInputLabelIconDialClockwise 아이콘 다이얼 시계 방향
GameInputLabelIconDialCounterClockwise 아이콘 다이얼 시계 반대 방향
GameInputLabelIconSliderLeftRight 아이콘 슬라이더 왼쪽 오른쪽
GameInputLabelIconSliderUpDown 아이콘 슬라이더 위쪽 아래쪽
GameInputLabelIconWheelUpDown 아이콘 휠 위쪽 아래쪽
GameInputLabelIconPlus 아이콘 더하기
GameInputLabelIconMinus 아이콘 빼기
GameInputLabelIconSuspension 아이콘 일시 중단
GameInputLabelHome
GameInputLabelGuide 가이드
GameInputLabelMode 모드
GameInputLabelSelect 선택
GameInputLabelMenu 메뉴
GameInputLabelView 보기
GameInputLabelBack 뒤로
GameInputLabelStart 시작
GameInputLabelOptions 옵션
GameInputLabelShare 공유
GameInputLabelUp 위쪽
GameInputLabelDown 아래쪽
GameInputLabelLeft 왼쪽
GameInputLabelRight 오른쪽
GameInputLabelLB 왼쪽 BACK 버튼
GameInputLabelLT 왼쪽 트리거 버튼
GameInputLabelLSB 왼쪽 스틱 버튼
GameInputLabelL1 왼쪽 버튼 1(PlayStation®)
GameInputLabelL2 왼쪽 버튼 2(Playstation)
GameInputLabelL3 왼쪽 버튼 3(Playstation)
GameInputLabelRB 오른쪽 BACK 버튼
GameInputLabelRT 오른쪽 트리거 버튼
GameInputLabelRSB 오른쪽 스틱 버튼
GameInputLabelR1 오른쪽 버튼 1(Playstation)
GameInputLabelR2 오른쪽 버튼 2(Playstation)
GameInputLabelR3 오른쪽 버튼 3(Playstation)
GameInputLabelP1 플레이어 1
GameInputLabelP2 플레이어 2
GameInputLabelP3 플레이어 3
GameInputLabelP4 플레이어 4

"PlayStation"은 Interactive Entertainment Inc.의 등록 상표 또는 상표입니다.

비고

GameInputLabel은 여러 유형의 게임 패드를 비롯하여 여러 디바이스 유형을 책임집니다. GameInputArcadeStickInfo의 멤버. GameInputControllerAxisInfo의 멤버. GameInputControllerButtonInfo의 멤버입니다.
GameInputControllerSwitchInfo의 멤버.
GameInputFlightStickInfo의 멤버.
GameInputGamePadInfo의 멤버.
GameInputRacingWheelInfo의 멤버.
GameInputTouchSensorInfo의 멤버.
GameInputUINavigationInfo의 멤버.

요구 사항

헤더: GameInput.h

지원되는 플랫폼: Windows, Xbox One 패밀리 콘솔 및 Xbox Series 콘솔

참고 항목

입력 API 개요
GameInput
GameInputArcadeStickInfo
GameInputControllerAxisInfo
GameInputControllerButtonInfo
GameInputControllerSwitchInfo
GameInputFlightStickInfo
GameInputGamePadInfo
GameInputRacingWheelInfo
GameInputTouchSensorInfo
GameInputUINavigationInfo