Recently I moved from Python to c# and I was wondering if it was possible to move the mouse cursor to a certain pixel (x,y coordinates). I haven't found anything related to this using c#. Using python you just need to import pyautogui and that's it. I thought of maybe using System.Forms or System.Drawing but still, I found nothing. Help is appreciated
Thanks in advance.