C# Class AcManager.Tools.Helpers.DirectInput.DirectInputDevice

Inheritance: FirstFloor.ModernUI.Presentation.Displayable, IDirectInputDevice, IDisposable
Afficher le fichier Open project: gro-ove/actools

Private Properties

Свойство Type Description
Create DirectInputDevice
DirectInputDevice System
GuidToString string

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetAxle ( int id ) : DirectInputAxle
GetButton ( int id ) : DirectInputButton
OnTick ( ) : void
Same ( DeviceInstance other ) : bool
Same ( IDirectInputDevice other ) : bool
ToString ( ) : string

Private Methods

Méthode Description
Create ( SlimDX directInput, DeviceInstance device, int iniId ) : DirectInputDevice
DirectInputDevice ( [ directInput, [ device, int index ) : System
GuidToString ( System.Guid guid ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAxle() public méthode

public GetAxle ( int id ) : DirectInputAxle
id int
Résultat DirectInputAxle

GetButton() public méthode

public GetButton ( int id ) : DirectInputButton
id int
Résultat DirectInputButton

OnTick() public méthode

public OnTick ( ) : void
Résultat void

Same() public méthode

public Same ( DeviceInstance other ) : bool
other DeviceInstance
Résultat bool

Same() public méthode

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string