✅ Need help with with Input Simulator

Hello im currently writing a programm and i need to simulate the scroll wheel/middleclick button action im using https://github.com/michaelnoonan/inputsimulator does anyone know what i have to do to cast a middle click?
23 Replies
Buddy
Buddy2mo ago
What are you trying to make?
RohesKätzchen
RohesKätzchen2mo ago
im writing a programm that performs a string of actions like a makro
Buddy
Buddy2mo ago
Any specific program you are trying to macro?
RohesKätzchen
RohesKätzchen2mo ago
nope just in general all prgramms, it was back then just to automine in a game but i dont play that much anymore so.
Buddy
Buddy2mo ago
Just so you are aware, we do not help with cheats and other programs that breaks the terms of service.
RohesKätzchen
RohesKätzchen2mo ago
i hope this kind of programm isnt considered as bad im not trying to cause any harm :)
Buddy
Buddy2mo ago
Either way, ask in the repo or read docs. Macro is a gray area and we generally do not help with them unless proven to not be "malicious"
RohesKätzchen
RohesKätzchen2mo ago
i need to do it for a school project...
MODiX
MODiX2mo ago
RohesKätzchen
nope just in general all prgramms, it was back then just to automine in a game but i dont play that much anymore so.
Quoted by
React with ❌ to remove this embed.
Buddy
Buddy2mo ago
I highly doubt a school would put you on to make a macro program
RohesKätzchen
RohesKätzchen2mo ago
if i can convince you are you helping me?
Buddy
Buddy2mo ago
Try, but I would not get my hopes up.
RohesKätzchen
RohesKätzchen2mo ago
english isnt y first language but i can try my best come in a channel
Buddy
Buddy2mo ago
Even if I was convinced, I would still suggest the same.
ask in the repo or read docs.
RohesKätzchen
RohesKätzchen2mo ago
hmmm i already read the whole thing :(
Buddy
Buddy2mo ago
Did you read the part where it says keyboard input? Mouse and keyboard are part of two different APIs
RohesKätzchen
RohesKätzchen2mo ago
it also has mouse features, i already implemented left and right click, but i cant figure out how to do the middle click
Buddy
Buddy2mo ago
I see. Well. Ask the maintainer to add it if it doesn't exist. It is a library, generally that would involve reading the documentation or scan through the code. If it isn't defined in the library, then it doesn't exist. Either fork it and modify it, or as previously mentioned. Ask the maintainer to add it / open an issue.
RohesKätzchen
RohesKätzchen2mo ago
hmm okay thnaks how do i close a tread?
Buddy
Buddy2mo ago
$close
MODiX
MODiX2mo ago
If you have no further questions, please use /close to mark the forum thread as answered
RohesKätzchen
RohesKätzchen2mo ago
thx