strokesplusnet怎样相对移动鼠标?
strokesplus吧
全部回复
仅看楼主
level 1
9394959 楼主
就是不指定绝对坐标,仅相对当前坐标移动一定距离
2022年02月16日 09点02分 1
level 1
先get它坐标点,再+上你要移动的位置
2025年12月02日 06点12分 2
level 1
sp.MouseClick(sp.GetCurrentMousePoint(), MouseButtons.Right, true, true);
sp.MouseClick(new Point(sp.GetCurrentMousePoint().X+20,sp.GetCurrentMousePoint().Y+80), MouseButtons.Left, true, true);
2025年12月02日 06点12分 3
非常感谢[哈哈]
2025年12月05日 03点12分
1