按键精灵取色点击 按键精灵如何实现后台取色?

按键精灵如何实现后台取色?//Get the window handle hWnd pointed by the mouse=Plugin.Window.MousePoint插件()//模糊窗口句柄(

按键精灵如何实现后台取色?

//Get the window handle hWnd pointed by the mouse=Plugin.Window.MousePoint插件()//模糊窗口句柄(变量:hWnd)以在窗口的指定矩形区域中找到指定的颜色XY=Plugin.Bkgnd.FindColorEx插件(Hwnd,0,0,1024,768,“10108C”,0,0.9)ZB=InStr(XY,“|”)X=Clng(Left(XY,ZB-1)):Y=Clng(Right(XY,Len(XY)-ZB))如果X> 0则延迟3 500次呼叫Plugin.Bkgnd.RightClick(Hwnd,X,Y)如果