C# 클래스 Driver360WChatPad.JoystickController

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

공개 프로퍼티들

프로퍼티 타입 설명
dt System.Data.DataTable
joysticks List
usages HID_USAGES>.Dictionary

공개 메소드들

메소드 설명
AxisSet ( uint joystickIndex, int value, int usageIndex ) : void
ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void
GetJoystickKeyValue ( string value, int buttonGroup ) : uint
JoystickController ( ) : System

비공개 메소드들

메소드 설명
ValidateJoystick ( int joystickID ) : void

메소드 상세

AxisSet() 공개 메소드

public AxisSet ( uint joystickIndex, int value, int usageIndex ) : void
joystickIndex uint
value int
usageIndex int
리턴 void

ButtonToggle() 공개 메소드

public ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void
joystickIndex uint
value uint
isPressed bool
리턴 void

GetJoystickKeyValue() 공개 메소드

public GetJoystickKeyValue ( string value, int buttonGroup ) : uint
value string
buttonGroup int
리턴 uint

JoystickController() 공개 메소드

public JoystickController ( ) : System
리턴 System

프로퍼티 상세

dt 공개적으로 프로퍼티

public DataTable,System.Data dt
리턴 System.Data.DataTable

joysticks 공개적으로 프로퍼티

public List joysticks
리턴 List

usages 공개적으로 프로퍼티

public Dictionary usages
리턴 HID_USAGES>.Dictionary