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

SlimDX mouse implementation.
상속: InputDeviceBase, IAxesInputDevice
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
On ( Axis axis ) : IAxisAction

Starts a configuration for an axis change.

SlimDXMouse ( Control control ) : System.Collections.Generic

Initializes a new instance of the SlimDXMouse class.

Update ( ) : void

Updates the input device.

메소드 상세

On() 공개 메소드

Starts a configuration for an axis change.
public On ( Axis axis ) : IAxisAction
axis Axis The axis for which a configuration should be added.
리턴 IAxisAction

SlimDXMouse() 공개 메소드

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

Update() 공개 메소드

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