private void timer1_Tick(object sender, EventArgs e)
{
timer1.Enabled = true;
timer1.Start();
CurrPoint = new Point(Cursor.Position.X, Cursor.Position.Y);
Cursor.Position = new Point(CurrPoint.X + 1, CurrPoint.Y + 1);
label1.Text = CurrPoint.X.ToString();
label2.Text = CurrPoint.Y.ToString();
}
相关文章:
-
2022-12-23
-
2021-05-22
-
2021-12-23
-
2022-12-23
-
2022-12-23
-
2021-08-29
猜你喜欢
-
2022-12-23
-
2021-06-24
-
2021-05-30
-
2021-05-23
-
2022-12-23
-
2021-12-07
-
2021-09-24
相关资源
-
下载
2023-01-21
-
下载
2021-06-24
-
下载
2021-06-05
-
下载
2023-02-07