0

I have a program that requires mouse movement and I was wondering how to make a virtual mouse that is recognized as an external mouse. Anobody go any ideas? I tried this code but this is not recognized as an external device.

import pyautogui
def func1():
   pyautogui.press("left")
   pyautogui.press("enter")
   pyautogui.moveTo(100, 150)
   keyboard.send("enter")
  • 1
    Does this answer your question? [Windows virtual mouse driver](https://stackoverflow.com/questions/47942366/windows-virtual-mouse-driver) and also https://learn.microsoft.com/en-us/windows-hardware/drivers/samples/input-driver-samples – Richard Critten Aug 01 '23 at 09:24
  • Thank you for your comment it is exactly what i needed! – thedumbprogrammer99 Aug 01 '23 at 16:52

0 Answers0