LOUDO56 / PyMacroRecord

Free and Open Source Macro Recorder with a modern GUI using Python
https://www.pymacrorecord.com/
GNU General Public License v3.0
259 stars 51 forks source link

Mouse clicks are not being recorded during playback #46

Closed CodeGiver01 closed 1 week ago

CodeGiver01 commented 1 month ago

Describe the bug A clear and concise description of what the bug is. My mouse clicks are not registered when I record my macro for my Roblox client. To Reproduce Steps to reproduce the behavior: Record the macro on the Roblox client while clicking the mouse and then play it back. Screenshots If applicable, add screenshots to help explain your problem.

https://github.com/user-attachments/assets/f62d6181-d43e-40ed-a69f-5ad11535466f

The OS Screenshot (500)

Additional context Add any other context about the problem here. It may just be the Roblox client.

CodeGiver01 commented 1 month ago

This is only the Roblox client.

LOUDO56 commented 4 weeks ago

It's probably because of pynput (the module to move and make the mouse click) that does this and... I can't really do much about it :/ But you can solve this by putting the roblox client in windows mode, record your macro then at the end you click outside the window. Hope it can solve your problem

https://github.com/user-attachments/assets/c1f833bf-74a4-489f-8cff-09c155e47007

CodeGiver01 commented 1 week ago

Really late reply but thank you!