private void SetPosition(int a, int b)
{
    SetCursorPos(a, b);
}

[DllImport("User32.dll")]
private static extern bool SetCursorPos(int X, int Y);
Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐