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

상속: IDirectInputDevice
파일 보기 프로젝트 열기: gro-ove/actools

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetAxle ( int id ) : DirectInputAxle
GetButton ( int id ) : DirectInputButton
PlaceholderInputDevice ( [ id, string displayName, int index ) : System
Same ( IDirectInputDevice other ) : bool
ToString ( ) : string

메소드 상세

GetAxle() 공개 메소드

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

GetButton() 공개 메소드

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

PlaceholderInputDevice() 공개 메소드

public PlaceholderInputDevice ( [ id, string displayName, int index ) : System
id [
displayName string
index int
리턴 System

Same() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string