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

指定されたキーやマウスのボタンが入力されるまで待機します。

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

パラメーター

key1
型: KeyToKey.EnumsKeys
キー1
key2
型: KeyToKey.EnumsKeys
キー2
whenDown (Optional)
型: SystemBoolean
true:ダウン時, false:アップ時
関連項目