I want to move my mouse to a set position in an application/game which hides the cursor. The movement works on all other applications like in a browser etc. But as soon as the cursor is not visible anymore, it won't move.
Right now I just use this:
pyautogui.click(a.index(b), hexcolpix.index(a), duration=1)