debug mode and run mode different result
I am using python 3.11 with win10
My program is simulate multimedia keys.
The program good working debug mode. But when the run mode not working.
Also I used pynput module.
If I put the command line in the main loop, it works in both run modes. But when I put it in DEF, this problem occurs. Could the problem be caused by python?
Pydirectinput mouse movements in 3d environment do not work
I am trying to create a way to simulate mouse movements in a 3d game. I have been testing on Darktide but I have only been able to make mouse clicks work. Any time I use the “pydirectinput.move() or pydirectinput.moveTo()” functions the character always looks at the ground.