//声明: SetCursorPos( X: Integer; Y: Integer ): BOOL; {如果不在 ClipCursor 函数设置矩形区域内,系统会区域内自动调整} //举例: begin SetCursorPos(0, 0); {鼠标移动到左上角} end;