a1xd / rawaccel

kernel mode mouse accel
MIT License
1.77k stars 215 forks source link

【Question】About "Sens Multiplier" #220

Open Hiiragi0107 opened 3 months ago

Hiiragi0107 commented 3 months ago

Thanks for providing this great code.

Generally, in FPS games, the higher the DPI, the better. This is because it detects mouse movements at a higher frequency. Example: 400DPI and 1600DPi are 4 times different in precision.

The program says that even with 16000 DPI, setting "Sens Multiplier=0.1" will give the same sensation as with 1600 DPI. Does it convert the movement to 1600 DPI, but the precision remains at 16000 DPI?

I would appreciate it if you could enlighten me.

Translated with DeepL.com (free version)

jilvin commented 3 months ago

I wanted to just modify my sensitivity. But it feels weird after using rawaccel. If someone could give more insights maybe I could contribute and check if there is some bug that is causing acceleration even when acceleration is set to "Off" in the menu. image