Is there a way to send a click event to a window in the background in python?
问题 So I'm trying to build a bot to automate some actions in a mobile game that I'm running on my pc through Bluestacks. My program takes a screenshot of the window, looks for certain button templates in the image and returns their coordinates. I would now like to be able to send a click event to the window at those coordinates, but since I would also like to do other things while the bot runs in the background I'm looking for a way to send the mouse event directly to the window (even if it's