ControllerStateChangedEventArgsConvert メソッド (ControllerButtons, Keys, FuncBoolean)

コントローラーの入力をキーの入力に変換します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public void Convert(
	ControllerButtons from,
	Keys to,
	Func<bool> condition = null
)

パラメーター

from
型: KeyToKey.EnumsControllerButtons
対象とするキー
to
型: KeyToKey.EnumsKeys
変換後のキー
condition (Optional)
型: SystemFuncBoolean
追加の条件
関連項目