Свойство | Тип | Описание | |
---|---|---|---|
Create | |||
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 ( [ directInput, [ device, int index ) : System | ||
GuidToString ( System.Guid guid ) : string |
public GetAxle ( int id ) : DirectInputAxle | ||
id | int | |
Результат | DirectInputAxle |
public GetButton ( int id ) : DirectInputButton | ||
id | int | |
Результат | DirectInputButton |
public Same ( DeviceInstance other ) : bool | ||
other | DeviceInstance | |
Результат | bool |
public Same ( IDirectInputDevice other ) : bool | ||
other | IDirectInputDevice | |
Результат | bool |