Good afternoon, how to move the mouse cursor, for example, X = 400. Y = 700, here in such coordinates.
Please help me.
private void start_game () { Cursor.Position = new Point(400, 700); } private void FormLevel1_Shown(object sender, EventArgs e) { start_game(); }
Position- GrundyCursor.Position = new Point(400, 700);- Grundy