Page 1 of 1

Max Aim DI Python Mouse Movement

PostPosted: Mon Jun 17, 2019 2:30 am
by Kyletherebel1997
Hello I am new to these forums. I am working on a python script that simulates key presses and mouse movements. The key presses are translated fine through max aim di plugin. I am having trouble with the mouse movement When i move the mouse in my script the plugin does not see this mouse movement. I have used pyautogui, win32api, pynput.

Any help is much appreciated.

Re: Max Aim DI Python Mouse Movement

PostPosted: Mon Jun 17, 2019 10:20 am
by J2Kbr
Welcome to our forums.

The keyboard and mouse inputs are captured by MaxAim DI using the Direct Input API:

https://docs.microsoft.com/en-us/previo ... 42(v=vs.85)