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

Inheritance: IDirectInputDevice
Show file Open project: gro-ove/actools

Private Properties

Property Type Description

Public Methods

Method 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 method

public GetAxle ( int id ) : DirectInputAxle
id int
return DirectInputAxle

GetButton() public method

public GetButton ( int id ) : DirectInputButton
id int
return DirectInputButton

PlaceholderInputDevice() public method

public PlaceholderInputDevice ( [ id, string displayName, int index ) : System
id [
displayName string
index int
return System

Same() public method

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
return bool

ToString() public method

public ToString ( ) : string
return string