C# 클래스 AcManager.Tools.Helpers.DirectInput.DirectInputDevice

상속: FirstFloor.ModernUI.Presentation.Displayable, IDirectInputDevice, IDisposable
파일 보기 프로젝트 열기: gro-ove/actools

Private Properties

프로퍼티 타입 설명
Create DirectInputDevice
DirectInputDevice System
GuidToString string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAxle ( int id ) : DirectInputAxle
GetButton ( int id ) : DirectInputButton
OnTick ( ) : void
Same ( DeviceInstance other ) : bool
Same ( IDirectInputDevice other ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
Create ( SlimDX directInput, DeviceInstance device, int iniId ) : DirectInputDevice
DirectInputDevice ( [ directInput, [ device, int index ) : System
GuidToString ( System.Guid guid ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAxle() 공개 메소드

public GetAxle ( int id ) : DirectInputAxle
id int
리턴 DirectInputAxle

GetButton() 공개 메소드

public GetButton ( int id ) : DirectInputButton
id int
리턴 DirectInputButton

OnTick() 공개 메소드

public OnTick ( ) : void
리턴 void

Same() 공개 메소드

public Same ( DeviceInstance other ) : bool
other DeviceInstance
리턴 bool

Same() 공개 메소드

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string