IGlobalsOffset Method (Int32, Int32, Int32, Int32, Boolean, Boolean)

マウスカーソルを指定した分だけ移動させます。

Namespace:  KeyToKey.Plugins
Assembly:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Offset(
	int destX = 0,
	int destY = 0,
	int maxSteps = 100,
	int wait = 10,
	bool smooth = true,
	bool useApi = true
)

Parameters

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