sw3103 / movemouse

Move Mouse is a simple piece of software that is designed to simulate user activity.
http://www.movemouse.co.uk/
GNU General Public License v3.0
576 stars 108 forks source link

Doesnt register clicks for this game #59

Closed Motzumoto closed 1 year ago

Motzumoto commented 1 year ago

Im playing project zomboid. I meditate. my character randomly decides to just stop meditating and its annoying to have to keep clicking it. I setup a few actions.

focus on project zomboid left click to make sure go to a specific position right click go to meditation button click on the meditation button wait a few seconds before repeating.

This all works fine however it doesnt actually open the menu when it right clicks. I think there needs to be some stutter / random-ness for it to work, It might either just be blocking inputs for some reason.

Motzumoto commented 1 year ago

I think i figured it out, the clicking is just too fast or something. it'd be nice if we didnt have to add another function for sleeping and we could just in the click function tell it to wait a second then go to the next function