IGlobalsWaitForInput メソッド (ControllerButtons, ControllerButtons, Boolean)

指定されたコントローラーのボタンが入力されるまで待機します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void WaitForInput(
	ControllerButtons button1,
	ControllerButtons button2,
	bool whenDown = true
)

パラメーター

button1
型: KeyToKey.EnumsControllerButtons
コントローラーのボタン1
button2
型: KeyToKey.EnumsControllerButtons
コントローラーのボタン2
whenDown (Optional)
型: SystemBoolean
true:ダウン時, false:アップ時
関連項目