GameInputLocation
입력 장치의 부분을 열거합니다.
구문
typedef enum GameInputLocation
{
GameInputLocationUnknown = -1,
GameInputLocationChassis = 0,
GameInputLocationDisplay = 1,
GameInputLocationAxis = 2,
GameInputLocationButton = 3,
GameInputLocationSwitch = 4,
GameInputLocationKey = 5,
GameInputLocationTouchPad = 6
} GameInputLocation
상수
상수 | 설명 |
---|---|
GameInputLocationUnknown | 위치 설명을 알 수 없습니다. |
GameInputLocationChassis | 장치 기능이 섀시에 있습니다. |
GameInputLocationDisplay | 장치 기능이 디스플레이에 있습니다. |
GameInputLocationAxis | 장치 기능이 장치 축에 있습니다. |
GameInputLocationButton | 장치 기능이 입력 장치 버튼에 있습니다. |
GameInputLocationSwitch | 장치 기능이 장치 스위치에 있습니다. |
GameInputLocationKey | 장치 기능이 장치 키에 있습니다. |
GameInputLocationTouchPad | 장치 기능이 장치 터치 센서에 있습니다. |
설명
이 함수를 사용하면 진동 모터, 촉각 피드백 모터 또는 터치 센서 같은 장치의 일부 부품 위치를 표시할 수 있습니다.
이 정보를 기본으로 제공하지 않는 장치도 있으며, 따라서 레지스트리에 장치별 추가 데이터를 추가하지 않으면 이 항목은 대부분의 경우 ‘알 수 없음'이 됩니다.
GameInputForceFeedbackMotorInfo의 멤버.
GameInputHapticFeedbackMotorInfo의 멤버입니다.
GameInputTouchSensorInfo의 멤버.
요구 사항
헤더: GameInput.h
지원되는 플랫폼: Windows, Xbox One 패밀리 콘솔 및 Xbox Series 콘솔
참고 항목
입력 API 개요
GameInput
GameInputForceFeedbackMotorInfo
GameInputHapticFeedbackMotorInfo
GameInputTouchSensorInfo