Property | Type | Description | |
---|---|---|---|
Create | |||
DirectInputDevice | System | ||
GuidToString | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAxle ( int id ) : DirectInputAxle | ||
GetButton ( int id ) : DirectInputButton | ||
OnTick ( ) : void | ||
Same ( DeviceInstance other ) : bool | ||
Same ( IDirectInputDevice other ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Create ( SlimDX directInput, DeviceInstance device, int iniId ) : |
||
DirectInputDevice ( [ directInput, [ device, int index ) : System | ||
GuidToString ( System.Guid guid ) : string |
public GetButton ( int id ) : DirectInputButton | ||
id | int | |
return | DirectInputButton |
public Same ( IDirectInputDevice other ) : bool | ||
other | IDirectInputDevice | |
return | bool |