Does anyone know of a Python module that can move the mouse while in a directX game?
I have tried Ctypes and Hammonds win32 module and they don't work in directX due to DirectInput blocking normal python modules from accessing the mouse.
Is there a workaround or a module that does this using HID emulation?