C# 클래스 MFIGamepadShared.Configuration.GamepadMapping

파일 보기 프로젝트 열기: Axadiw/MFIGamepadFeeder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MappingItems IList
VirtualKeysItems IList

공개 메소드들

메소드 설명
GamepadMapping ( ) : System.Collections.Generic
GamepadMapping ( IList mappingItems, IList virtaulKeysItems ) : System.Collections.Generic

메소드 상세

GamepadMapping() 공개 메소드

public GamepadMapping ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GamepadMapping() 공개 메소드

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

프로퍼티 상세

MappingItems 공개적으로 프로퍼티

public IList MappingItems
리턴 IList

VirtualKeysItems 공개적으로 프로퍼티

public IList VirtualKeysItems
리턴 IList