C# Класс Afterglow.Input.SlimDX.SlimDXInputDevices

SlimDX input devices.
Наследование: IInputDevices
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SlimDXInputDevices ( Control control ) : System.Windows.Forms

Initializes a new instance of the SlimDXInputDevices class.

Update ( ) : void

Updates the input devices.

Описание методов

SlimDXInputDevices() публичный Метод

Initializes a new instance of the SlimDXInputDevices class.
public SlimDXInputDevices ( Control control ) : System.Windows.Forms
control System.Windows.Forms.Control The control.
Результат System.Windows.Forms

Update() публичный Метод

Updates the input devices.
public Update ( ) : void
Результат void