C# Class MFIGamepadShared.GamepadManager

ファイルを表示 Open project: Axadiw/MFIGamepadFeeder Class Usage Examples

Public Methods

Method Description
GamepadManager ( VGenWrapper vGenWrapper, HidManager hidManager ) : System
Start ( List gamepadConfigurations ) : IObservable

Protected Methods

Method Description
Log ( string errormessage ) : void

Private Methods

Method Description
Gamepad_ErrorOccuredEvent ( object sender, string errorMessage ) : void
StartSingle ( GamepadConfiguration gamepadConfiguration ) : IObservable

Method Details

GamepadManager() public method

public GamepadManager ( VGenWrapper vGenWrapper, HidManager hidManager ) : System
vGenWrapper vGenWrapper.VGenWrapper
hidManager HidManager
return System

Log() protected method

protected Log ( string errormessage ) : void
errormessage string
return void

Start() public method

public Start ( List gamepadConfigurations ) : IObservable
gamepadConfigurations List
return IObservable