摘要: int r=100; int x0=gameRect.left+pt.x; int y0=gameRect.top+pt.y; int x,y; double n=0; MoveTo(x0,y0); while(n < 100) { x=x0+r*cos(n); y=y0-r*sin(n); MoveTo(x,y); Sleep(50); if ( GetCursorShape()== _T("6ea90254")) { LeftClick(); break; } r--; n++; }BOOL RectangleCircle(int x,int y,int Circ 阅读全文
posted @ 2011-04-26 22:50 °ι 、曲 终 阅读(441) 评论(1) 推荐(0) 编辑