increase the performance of the mouse ??? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Thor21
Posts: 8
Joined: 08 Jun 2017, 01:16

increase the performance of the mouse ???

28 Jun 2017, 22:28

Hello, using a script can increase the performance of the mouse at the level of the windows kernel or the libraries of drivers? I've seen some Dllcall functions ... etc
Note: apart from the known methods SetBatchLines, -1 etc etc
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: increase the performance of the mouse ???

29 Jun 2017, 04:34

increase the performance of the mouse ???
... well, that's just another way of asking [this], right ? ;)

OTOH, I've no idea how [this] thing can click 50k times a second :shock:
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: increase the performance of the mouse ???

29 Jun 2017, 05:59

BoBo wrote:OTOH, I've no idea how [this] thing can click 50k times a second :shock:

Utterly pointless for most games as they will only recognize ~ 20 clicks a second (One every 50ms).

Do you mean you want to make your mouse more "sensitive"? (ie same amount of movement of the mouse causes more input to be generated than before)
If so, see sample script #3 here: https://autohotkey.com/boards/viewtopic.php?t=10159
Thor21
Posts: 8
Joined: 08 Jun 2017, 01:16

Re: increase the performance of the mouse ???

29 Jun 2017, 16:14

My PC is of last generation, evilC has understood the problem: that maybe it is possible to include a mouse motion optimizer (apart from SetBatchLines, -1 etc etc and the classic commands) the problem is impossible for me to understand this, if someone can Quote a script would appreciate
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: increase the performance of the mouse ???  Topic is solved

29 Jun 2017, 17:00

The sample script I linked does what you want. It is intended for use as a "Sniper mode" sensitivity reduction script, but the way that it actually works is to DOUBLE the input when not in sniper mode - you are meant to turn down the sensitivity in order to use it.
However, in your case, you want it doubled, so all good :)
Thor21
Posts: 8
Joined: 08 Jun 2017, 01:16

Re: increase the performance of the mouse ???

29 Jun 2017, 18:04

Wooha, it's the way. I appreciate

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot] and 138 guests