I am creating an automation tool to move the mouse which can adjust the camera position in a game created by UE engine. Trying to use pydirectinput and pywinauto to control the mouse, but if moving the mouse to a coordinate which has a negative number like:
UE engine
pydirectinput
pywinauto
pydirectinput.moveTo(-100,540) or pywinauto.mouse.move(coords=(-100,540))
the camera position in the game will not be changed.
1.4m articles
1.4m replys
5 comments
57.0k users