C# Class Afterglow.Input.SlimDX.SlimDXKeyboard

Keyboard implementation for SlimDX.
Inheritance: InputDeviceBase
Show file Open project: Christof/afterglow Class Usage Examples

Public Methods

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

Initializes a new instance of the SlimDXKeyboard class.

Update ( ) : void

Updates the input device.

Method Details

SlimDXKeyboard() public method

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

Update() public method

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