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

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

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public void Convert(
	ControllerButtons from,
	Keys to,
	params ControllerButtons[] modifiers
)

パラメーター

from
型: KeyToKey.EnumsControllerButtons
対象とするキー
to
型: KeyToKey.EnumsKeys
変換後のキー
modifiers
型: KeyToKey.EnumsControllerButtons
同時押しの入力
関連項目