C# Class Afterglow.Input.SlimDX.SlimDXMouse

SlimDX mouse implementation.
Inheritance: InputDeviceBase, IAxesInputDevice
Mostrar archivo Open project: Christof/afterglow Class Usage Examples

Public Methods

Method Description
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.

Method Details

On() public method

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

SlimDXMouse() public method

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

Update() public method

Updates the input device.
public Update ( ) : void
return void