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

Inheritance: IDirectInputDevice
Afficher le fichier Open project: gro-ove/actools

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetAxle ( int id ) : DirectInputAxle
GetButton ( int id ) : DirectInputButton
PlaceholderInputDevice ( [ id, string displayName, int index ) : System
Same ( IDirectInputDevice other ) : bool
ToString ( ) : string

Method Details

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

PlaceholderInputDevice() public méthode

public PlaceholderInputDevice ( [ id, string displayName, int index ) : System
id [
displayName string
index int
Résultat System

Same() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string