IGlobalsMoveWithSteps メソッド (Int32, Int32, Int32, Int32, Boolean, Boolean)

マウスカーソルを指定した位置へ移動させます。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void MoveWithSteps(
	int destX = 0,
	int destY = 0,
	int maxSteps = 100,
	int wait = 10,
	bool smooth = true,
	bool useApi = true
)

パラメーター

destX (Optional)
型: SystemInt32
横の座標
destY (Optional)
型: SystemInt32
縦の座標
maxSteps (Optional)
型: SystemInt32
ステップ数
wait (Optional)
型: SystemInt32
ステップ毎に待機する時間
smooth (Optional)
型: SystemBoolean
スムーズ移動
useApi (Optional)
型: SystemBoolean
APIの使用
関連項目