C# Class MFIGamepadShared.Configuration.GamepadMapping

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

Public Properties

Property Type Description
MappingItems IList
VirtualKeysItems IList

Public Methods

Method Description
GamepadMapping ( ) : System.Collections.Generic
GamepadMapping ( IList mappingItems, IList virtaulKeysItems ) : System.Collections.Generic

Method Details

GamepadMapping() public method

public GamepadMapping ( ) : System.Collections.Generic
return System.Collections.Generic

GamepadMapping() public method

public GamepadMapping ( IList mappingItems, IList virtaulKeysItems ) : System.Collections.Generic
mappingItems IList
virtaulKeysItems IList
return System.Collections.Generic

Property Details

MappingItems public_oe property

public IList MappingItems
return IList

VirtualKeysItems public_oe property

public IList VirtualKeysItems
return IList