GCMicroGamepadValueChangedHandler 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤러의 단일 요소가 변경 될 때마다 호출 되는 처리기입니다.
public delegate void GCMicroGamepadValueChangedHandler(GCMicroGamepad gamepad, GCControllerElement element);
type GCMicroGamepadValueChangedHandler = delegate of GCMicroGamepad * GCControllerElement -> unit
매개 변수
- gamepad
- GCMicroGamepad
변경된 요소를 포함하는 프로필입니다.
- element
- GCControllerElement
변경된 요소입니다.
설명
이 처리기는 각 요소 변경에 대해 한 번 호출됩니다. 직접 연결된 요소에 대해서만 호출됩니다.