Private Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long SetCursorPos (Screen.Width / 2), (Screen.Height / 2) '移动鼠标位置
[此贴子已经被作者于2016-5-21 21:13编辑过]
SetCursorPos ScaleX((Screen.Width / 2), 1, 3), ScaleY((Screen.Height / 2), 1, 3)
[此贴子已经被作者于2016-5-21 21:29编辑过]