IVirtualXInputSetMappingState メソッド

仮想XInputへのマッピング状態をセットします。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void SetMappingState(
	int userIndex,
	IEnumerable<MappingSources> sources,
	bool state
)

パラメーター

userIndex
型: SystemInt32
仮想XInputのデバイス番号
sources
型: System.Collections.GenericIEnumerableMappingSources
マッピング元のボタンやスティック
state
型: SystemBoolean
True:マッピングを行う、False:マッピングを停止する
関連項目