Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

  • 0
minecraft_1589

click speed

Question

6 answers to this question

Recommended Posts

In the file Input.c, line 750:

if (delta < 250) return; /* 4 times per second */

250 is the amount of milliseconds between each click when holding down mouse. Change it to be lower to click faster.

Compilation instructions can be found along with the source code here: https://github.com/UnknownShadow200/ClassiCube

Share this post


Link to post
4 minutes ago, minecraft_1589 said:

what if i play on chromebook 

That's too bad, I guess you'll just have to play without cheats like everyone else.

Share this post


Link to post
4 hours ago, Goodly said:

In the file Input.c, line 750:


if (delta < 250) return; /* 4 times per second */

250 is the amount of milliseconds between each click when holding down mouse. Change it to be lower to click faster.

Compilation instructions can be found along with the source code here: https://github.com/UnknownShadow200/ClassiCube

I just love how you straight up gave them the answer they were looking for, but not what they wanted. Props to you

Share this post


Link to post

×
×
  • Create New...