C# 클래스 Sharpex2D.Input.Implementation.JoystickApi.JoyInfo

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
wButtons uint
wXpos uint
wYpos uint
wZpos uint

프로퍼티 상세

wButtons 공개적으로 프로퍼티

The ButtonStates.
public uint wButtons
리턴 uint

wXpos 공개적으로 프로퍼티

The X position.
public uint wXpos
리턴 uint

wYpos 공개적으로 프로퍼티

The Y position.
public uint wYpos
리턴 uint

wZpos 공개적으로 프로퍼티

The Z position.
public uint wZpos
리턴 uint