Move mouse with c#

前端 未结 2 1102
星月不相逢
星月不相逢 2020-12-06 12:59

I have a two dimensional array with coordinates and i want to make the mouse move with the specific pattern those coordinates create in a WPF application. Can you help me? I

2条回答
  •  無奈伤痛
    2020-12-06 13:40

    You have to use SendInput

    http://inputsimulator.codeplex.com/ makes it somewhat easy

提交回复
热议问题