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

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

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

パラメーター

button1
型: KeyToKey.EnumsControllerButtons
コントローラーのボタン1
button2
型: KeyToKey.EnumsControllerButtons
コントローラーのボタン2
when
型: SystemBoolean
true:ダウン時, false:アップ時

実装

IGlobalsWaitForInput(ControllerButtons, ControllerButtons, Boolean)
関連項目