C# Класс AcManager.Tools.Helpers.DirectInput.DirectInputDevice

Наследование: FirstFloor.ModernUI.Presentation.Displayable, IDirectInputDevice, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Create DirectInputDevice
DirectInputDevice System
GuidToString string

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

Метод Описание
Dispose ( ) : void
GetAxle ( int id ) : DirectInputAxle
GetButton ( int id ) : DirectInputButton
OnTick ( ) : void
Same ( DeviceInstance other ) : bool
Same ( IDirectInputDevice other ) : bool
ToString ( ) : string

Приватные методы

Метод Описание
Create ( SlimDX directInput, DeviceInstance device, int iniId ) : DirectInputDevice
DirectInputDevice ( [ directInput, [ device, int index ) : System
GuidToString ( System.Guid guid ) : string

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

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

public Dispose ( ) : void
Результат void

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

public GetAxle ( int id ) : DirectInputAxle
id int
Результат DirectInputAxle

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

public GetButton ( int id ) : DirectInputButton
id int
Результат DirectInputButton

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

public OnTick ( ) : void
Результат void

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

public Same ( DeviceInstance other ) : bool
other DeviceInstance
Результат bool

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

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
Результат bool

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

public ToString ( ) : string
Результат string