SetCursorPos

機能
カーソルの現在の位置を設定する
Declare Function SetCursorPos lib "user32.dll" _
(ByVal x As Long, ByVal y As Long) As Long

BOOL SetCursorPos(
int X,
int Y
);
引数
X

カーソルのX座標(スクリーン座標)
Y
同、Y座標(同上)
戻り値
正常終了のとき                     0以外
エラーのとき                       0