C# Class Afterglow.Input.SlimDX.SlimDXInputDevices

SlimDX input devices.
Inheritance: IInputDevices
Show file Open project: Christof/afterglow Class Usage Examples

Public Methods

Method Description
SlimDXInputDevices ( Control control ) : System.Windows.Forms

Initializes a new instance of the SlimDXInputDevices class.

Update ( ) : void

Updates the input devices.

Method Details

SlimDXInputDevices() public method

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

Update() public method

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