Mouse sensitivity X and Y

Ask gaming related questions (AHK v1.1 and older)
CPLNet
Posts: 53
Joined: 06 Dec 2016, 11:24

Mouse sensitivity X and Y

26 Dec 2017, 11:32

Hi , I searched on the forum but i didnt found i would like to change speed Y axis sensitivity of my mouse i have old mouse ans i dont have software with greetz,,
cocobanana
Posts: 19
Joined: 31 Oct 2017, 05:43

Re: Mouse sensitivity X and Y

26 Dec 2017, 19:42

You can use this Library from evilC
https://autohotkey.com/boards/viewtopic ... 19&t=10159

For Example

Code: Select all

#SingleInstance force
#include MouseDelta.ahk

Factor_Y := 2 ; Factor for Y-Axis Speed
Factor_Y -= 1
md := new MouseDelta("MouseEvent").Start()
return

MouseEvent(MouseID, x := 0, y := 0){
	global Factor_Y
	
	if (MouseID){
		y *= Factor_Y
		DllCall("mouse_event",uint,1,int, x ,int, y,uint,0,int,0)
	}
}

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 73 guests