InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

How do I run this on windows

Open joaochris opened this issue 4 years ago • 1 comments

How do I run this on windows? I want to configure the click on a player within a program. I don't know anything about programming.

joaochris avatar Jan 15 '21 15:01 joaochris

@joaochris this is a library you'd use to write a program, its not a program that you run on its own. Here's a project that uses inputbot to issue mouse clicks and key presses: https://github.com/bburdette/mousepage

To install rust programs, you'll need cargo. Then do cargo install <programname>.

bburdette avatar Jan 15 '21 16:01 bburdette