C# 클래스 InControl.InputManager

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

공개 프로퍼티들

프로퍼티 타입 설명
Devices List

Private Properties

프로퍼티 타입 설명
AssertIsSetup void
UpdateActiveDevice void
UpdateCurrentTime void
UpdateDeviceManagers void
UpdateDevices void

공개 메소드들

메소드 설명
AddDeviceManager ( InControl.InputDeviceManager inputDeviceManager ) : void
AttachDevice ( InputDevice inputDevice ) : void
DetachDevice ( InputDevice inputDevice ) : void
HideDevicesWithProfile ( Type type ) : void
Setup ( ) : void
SortDevices ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
AssertIsSetup ( ) : void
UpdateActiveDevice ( ) : void
UpdateCurrentTime ( ) : void
UpdateDeviceManagers ( ) : void
UpdateDevices ( ) : void

메소드 상세

AddDeviceManager() 공개 정적인 메소드

public static AddDeviceManager ( InControl.InputDeviceManager inputDeviceManager ) : void
inputDeviceManager InControl.InputDeviceManager
리턴 void

AttachDevice() 공개 정적인 메소드

public static AttachDevice ( InputDevice inputDevice ) : void
inputDevice InputDevice
리턴 void

DetachDevice() 공개 정적인 메소드

public static DetachDevice ( InputDevice inputDevice ) : void
inputDevice InputDevice
리턴 void

HideDevicesWithProfile() 공개 정적인 메소드

public static HideDevicesWithProfile ( Type type ) : void
type System.Type
리턴 void

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void

SortDevices() 공개 정적인 메소드

public static SortDevices ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

프로퍼티 상세

Devices 공개적으로 정적으로 프로퍼티

public static List Devices
리턴 List