How can I read mouse inputs taken from a window with a locked cursor (Minecraft) with Python?
I’m trying to make some sort of mouse & keyboard a macro recorder like Pulover’s of TinyTask. However, the game I’m doing it for (Minecraft) has its screen locked in the middle. I’ve looked into PyAutoGUI, but I believe the way it detects input is by reading the coordinates on your screen. Since the screen will be locked in place, the coordinates will always remain the same, which means I won’t be able to detect mouse movement.