Function boolean SetCursorPOS(int x,int y)LIBRARY "user32.dll";声明好了,在用时报错!!why
Function boolean SetCursorPOS(int x,int y)LIBRARY "user32.dll";--声明
SetCursorPOS(pixelstounits(lenv_env.screenwidth,XPixelsToUnits!)/2,pixelstounits(lenv_env.screenheight,YPixelsToUnits!)/2)------运用lenv_env,系统环境对象,,why?