C# Class Afterglow.Input.SlimDX.SlimDXInputDevices

SlimDX input devices.
Inheritance: IInputDevices
Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Update() public méthode

Updates the input devices.
public Update ( ) : void
Résultat void