b1scoito / clicker

Advanced Minecraft auto-clicker made in C++
https://github.com/b1scoito/clicker
GNU General Public License v3.0
131 stars 12 forks source link

Suggestion - Inventory #29

Closed DictateurMiro closed 3 years ago

b1scoito commented 3 years ago

Bit annoying to implement externally, I'm probably not going to do it

EtienneRld commented 3 years ago

Hello ! I have did it myself and it work perfectly.

There are just 2 small problems:

So to achieve this I did:

Can I deposit my changes / the entire edited projet here ? Also you can add me on Discord: Etienne#0003 (My hashtag will change in a few days).

b1scoito commented 3 years ago

Hello — Thanks for the help, but

Having a mouse hook will start the mouse flickering issue again. Basically what happens is, the thread gets suspended for the processor to process other threads, as everything mouse-related passes through the mouse hook function, Minecraft will not register the mouse movement correctly and will flick the mouse.

With lower-end PCs that will be a big issue.

Making an external slot detector is just too annoying to implement, I would love to see your Contribution in the project, but given the current circumstances, I cannot accept it. You can, however, make a fork with that function implemented, so other users can use that functionality.

EtienneRld commented 3 years ago

Thank you for having answered me quickly, I had not taken into consideration this problem.

When I have time, I will create a fork.