C# 클래스 Afterglow.Input.SlimDX.SlimDXInputDevices

SlimDX input devices.
상속: IInputDevices
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
SlimDXInputDevices ( Control control ) : System.Windows.Forms

Initializes a new instance of the SlimDXInputDevices class.

Update ( ) : void

Updates the input devices.

메소드 상세

SlimDXInputDevices() 공개 메소드

Initializes a new instance of the SlimDXInputDevices class.
public SlimDXInputDevices ( Control control ) : System.Windows.Forms
control System.Windows.Forms.Control The control.
리턴 System.Windows.Forms

Update() 공개 메소드

Updates the input devices.
public Update ( ) : void
리턴 void